List of all members.
Public Member Functions |
void | awake_after (uint64 stamp) |
void | awake_before (uint64 stamp) |
Protected Member Functions |
| Wakeup (const std::function< void()> &wakeup) |
Static Protected Member Functions |
static void | _emit_wakeups (uint64 wakeup_stamp) |
Member Function Documentation
- Parameters:
-
stamp | stamp to trigger wakeup |
Wake the current thread up at a future tick increment which exceeds stamp.
- Parameters:
-
stamp | tick stamp update to trigger wakeup |
Wakeup the currently running thread upon the last global tick stamp update (see Bse::TickStamp::current()) that happens prior to updating the global tick stamp to tick_stamp. (If the moment of wakeup has already passed by, the thread is woken up at the next global tick stamp update.)
The documentation for this class was generated from the following files: