* Terminates the stream with the specified cause.
(cause: Cause.Cause<E>)
| 75 | * Terminates the stream with the specified cause. |
| 76 | */ |
| 77 | halt(cause: Cause.Cause<E>): Promise<B> |
| 78 | |
| 79 | /** |
| 80 | * Emits a chunk containing the specified value. |
no outgoing calls
no test coverage detected