FSharpx.Extras


Stream<'Chunk> Type

A stream of chunks of data generated by an Enumerator. The stream can be composed of chunks of 'T, empty blocks indicating a wait, or an EOF marker. Be aware that when using #seq<_> types, you will need to check for both Seq.empty ([]) and Empty.

Union cases

Union case Description

Chunk 'Chunk

Full Usage: Chunk 'Chunk

Parameters:
    Item : 'Chunk

Item : 'Chunk

EOF

Full Usage: EOF

Empty

Full Usage: Empty