FSharpx.Async


CircularStream

Namespace: FSharpx.IO

Constructors

ConstructorDescription
new(maxLength)
Signature: maxLength:int -> CircularStream

CompiledName: .ctor

Instance members

Instance memberDescription
AsyncRead(...)
Signature: (buffer:byte [] * offset:int * count:int * timeout:int option) -> Async<int>
AsyncWrite(...)
Signature: (buffer:byte [] * offset:int * count:int * timeout:int option) -> Async<unit>
Fork me on GitHub