Akka.Streams.Tests.Performance.MergeManyBenchmark.CreateSource C# (CSharp) Метод

CreateSource() приватный статический Метод

private static CreateSource ( int count ) : NotUsed>.IGraph
count int
Результат NotUsed>.IGraph
        private static IGraph<SourceShape<int>, NotUsed> CreateSource(int count)
            => Fusing.Aggressive(Source.Repeat(1).Take(count));