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