![]() | GraphStageLogic.EmitMultiple Method |
Name | Description | |
---|---|---|
![]() | EmitMultiple<T>(Outlet<T>, IEnumerable<T>) |
Emit a sequence of elements through the given outlet, 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.
|
![]() | EmitMultiple<T>(Outlet<T>, IEnumerator<T>) |
Emit a sequence of elements through the given outlet, 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.
|
![]() | EmitMultiple<T>(Outlet<T>, IEnumerable<T>, Action) |
Emit a sequence of elements 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).
|
![]() | EmitMultiple<T>(Outlet<T>, IEnumerator<T>, Action) |
Emit a sequence of elements 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).
|