Namespace: FSharpx.IO
AsyncReadSeq(?bufferSize)
Asynchronously reads the stream in chunks of a specified size and returns the result as an asynchronous sequence.
CompiledName: Stream.AsyncReadSeq
Stream.AsyncReadSeq
AsyncWriteSeq(input)
Asynchronously writes all data specified by the given asynchronous sequence to the stream.
CompiledName: Stream.AsyncWriteSeq
Stream.AsyncWriteSeq