Akka.Streams.Tests.Performance.IO.FileSourcesBenchmark.FileChannel C# (CSharp) Method

FileChannel() private method

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