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 case | Description |
Full Usage:
Chunk 'Chunk
Parameters:
'Chunk
|
|
Full Usage:
EOF
|
|
Full Usage:
Empty
|