Stream

The FlowStream module provides asynchronous, pull-based streams.

Core type

  • FsFlow.FlowStream: Represents a cold stream of values that requires an environment, can fail with a typed error, and supports backpressure.

Module functions