GraphStageLogicEmit Method |
Name | Description | |
---|---|---|
EmitT(OutletT, T) |
Emit an element through the given outlet and continue with the given thunk
afterwards, suspending execution if necessary.
This action replaces the OutHandler for the given outlet if suspension
is needed and reinstalls the current handler upon receiving an OnPull.
| |
EmitT(OutletT, T, Action) |
Emit an element through the given outlet and continue with the given thunk
afterwards, suspending execution if necessary.
This action replaces the OutHandler for the given outlet if suspension
is needed and reinstalls the current handler upon receiving an OnPull
signal (before invoking the andThen function).
|