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

ToSource() private static méthode

private static ToSource ( IGraph graph ) : IRunnableGraph
graph IGraph
Résultat IRunnableGraph
        private static IRunnableGraph<Task> ToSource(IGraph<SourceShape<int>, NotUsed> graph)
            => Source.FromGraph(graph).ToMaterialized(Sink.Ignore<int>(), Keep.Right);