|
class | ::pw::async2::Dispatcher |
|
◆ DoWake()
void pw::async2::backend::NativeDispatcher::DoWake |
( |
| ) |
|
|
inlinefinalprivatevirtual |
Sends a wakeup signal to this Dispatcher
.
This method's implementation should ensure that the Dispatcher
comes back from sleep and begins invoking RunOneTask
again.
Note: the dispatcher_lock()
may or may not be held here, so it must not be acquired by DoWake
, nor may DoWake
assume that it has been acquired.
Implements pw::async2::NativeDispatcherBase.
The documentation for this class was generated from the following file: