PipeSender
Sends values to a strand pipe.
Created for connections between
strand.pipeline
stages and for a strand.stream strand's
implicit output; it cannot be constructed directly.
Inherits from: std.Sink[Value]
Methods
close …
Closes the sender, signaling end of input to its receiver.
If an error is given, the receiver re-raises it after draining any buffered values.
Parameters
| Name | Type | Description |
|---|---|---|
error? |
Error value to propagate to the receiver. | |
:backtrace? |
strand.Backtrace |
Backtrace for error. |
Errors
| Exception | Condition |
|---|---|
TypeError |
backtrace is not a strand.Backtrace |