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));