FSharpx.Async


StreamReaderExtensions

Namespace: FSharpx.Control

Type extensions

Type extensionDescription
AsyncReadToEnd()
Signature: unit -> Async<string>

Return an asynchronous computation that will read to the end of a stream via a fresh I/O thread.

CompiledName: StreamReader.AsyncReadToEnd

Fork me on GitHub