Akka.Streams.Tests.Performance.MergeManyBenchmark.CreateSource C# (CSharp) Method

CreateSource() private static method

private static CreateSource ( int count ) : NotUsed>.IGraph
count int
return NotUsed>.IGraph
        private static IGraph<SourceShape<int>, NotUsed> CreateSource(int count)
            => Fusing.Aggressive(Source.Repeat(1).Take(count));