FSharpx.Async


AsyncStreamNode<'a>

Namespace: FSharpx.Control

A node of an async stream consisting of an element and the rest of the stream.

Union Cases

Union CaseDescription
ASN('a,AsyncStream<'a>)
Signature: 'a * AsyncStream<'a>
Fork me on GitHub