Description
Supply-chain interface for basic streaming.
Description
Next
is a supply-chain interface for possibly-finite enumeration. The TerminableStream
generalizes Next
so that more complex interfaces that incorporate enumeration can use some of these utilities. We offer type aliases Producer
, Pipe
, and Consumer
to conveniently describe vendors and jobs that involve a Next
interface.