AsyncStreamNode<'a>
Namespace: FSharpx.Control
A node of an async stream consisting of an element and the rest of the stream.
Union Cases
Union Case | Description |
ASN('a,AsyncStream<'a>)
Signature: 'a * AsyncStream<'a>
|