|
read_awaiter & | resume_on (dispatcher *dsp) noexcept |
| Specify a dispatcher to resume after on after reading.
|
|
constexpr bool | await_ready () const noexcept |
|
bool | await_suspend (coroutine_handle<> hndl) |
|
std::optional< T > | await_resume () |
|
◆ resume_on()
Specify a dispatcher to resume after on after reading.
By default the coroutine is resumed on the current dispatcher or inline of the write call if no dispatcher was active at the time of suspension.
- Parameters
-
dsp | The dispatcher to resume on or nullptr to resume inside the write call. |
The documentation for this struct was generated from the following file: