A streaming encoding process, represented as a Process1[A,BitVector]
.
A StreamEncoder
that emits the given BitVector
, then halts.
The encoder that consumes no input and halts with the given error message.
The encoder that consumes no input and halts with the given error.
The encoder that consumes no input and emits no values.
A StreamEncoder
which encodes a stream of values.
A StreamEncoder
which encodes a single value, then halts.
A StreamEncoder
which encodes a single value, then halts.
A StreamEncoder
which encodes a single value, then halts.
Unlike once
, encoding failures are converted to normal termination.