Private
#controllablePrivate
#controllersPrivate
#forkableProtected
controllableProtected
forkablePrivate
#closeReturns a new StatefulControllableStream. Once all controllers have been closed, then the source is also closed.
Generated using TypeDoc
Another form of the :class that reduces a piece of state with actions and queues changes to the stream.
It's important to note that if the result of an action does not change the state then nothing is queued to the stream.
See
:function
Example