Akka.Streams.Tests.Performance.IO.FileSourcesBenchmark.FileChannel C# (CSharp) Méthode

FileChannel() private méthode

private FileChannel ( ) : void
Résultat void
        public void FileChannel()
            => _fileChannelSource.To(Sink.Ignore<ByteString>())
                .Run(_materializer)
                .Wait(TimeSpan.FromMinutes(1));