Streams


Internals

Namespace: Nessos.Streams
Parent Module: Stream

Functions and values

Function or valueDescription
iterCancel f stream
Signature: f:((unit -> unit) -> 'T -> unit) -> stream:Stream<'T> -> unit
Type parameters: 'T
iterCancelLink cts f stream
Signature: cts:CancellationTokenSource -> f:('T -> unit) -> stream:Stream<'T> -> unit
Type parameters: 'T
mapCont f stream
Signature: f:(('a -> unit) -> 'b -> unit) -> stream:Stream<'b> -> Stream<'a>
Type parameters: 'a, 'b
mapContCancel f stream
Signature: f:((unit -> unit) -> ('?14180 -> unit) -> '?14181 -> unit) -> stream:Stream<'?14181> -> Stream<'?14180>
Type parameters: '?14180, '?14181
Fork me on GitHub