|
|
| push_awaiter (queue *parent, T &&value) noexcept |
| |
| push_awaiter & | resume_on (dispatcher *dsp) noexcept |
| | Set a different dispatcher to resume this operation on.
|
| |
|
bool | await_ready () |
| |
|
void | await_suspend (coroutine_handle<> hndl) |
| |
|
bool | await_resume () |
| |
|
|
class | queue< T, TContainer > |
| |
◆ resume_on()
template<typename T , typename TContainer = std::deque<T>>
Set a different dispatcher to resume this operation on.
- Parameters
-
| dsp | The new dispatcher to resume on |
The documentation for this class was generated from the following file: