Akka.Streams.Tests.Performance.MergeManyBenchmark.CreateSource C# (CSharp) Méthode

CreateSource() private static méthode

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