|
rby1-sdk
|
This is the complete list of members for rb::EventLoop, including all inherited members.
| DoTask(F &&task, A &&... args) (defined in rb::EventLoop) | rb::EventLoop | inline |
| EventLoop() (defined in rb::EventLoop) | rb::EventLoop | inline |
| EventLoop(std::unique_ptr< Thread > thd) (defined in rb::EventLoop) | rb::EventLoop | inlineexplicit |
| Pause() (defined in rb::EventLoop) | rb::EventLoop | inline |
| PurgeTasks() (defined in rb::EventLoop) | rb::EventLoop | inline |
| PushCyclicTask(const std::function< void()> &cb, std::chrono::nanoseconds period, std::chrono::nanoseconds offset=std::chrono::nanoseconds{0}) (defined in rb::EventLoop) | rb::EventLoop | inline |
| PushLoopTask(F &&task, A &&... args) (defined in rb::EventLoop) | rb::EventLoop | inline |
| PushTask(F &&task, A &&... args) (defined in rb::EventLoop) | rb::EventLoop | inline |
| Stop() (defined in rb::EventLoop) | rb::EventLoop | inline |
| Submit(F &&task, A &&... args) (defined in rb::EventLoop) | rb::EventLoop | inline |
| Unpause() (defined in rb::EventLoop) | rb::EventLoop | inline |
| WaitForTasks() noexcept (defined in rb::EventLoop) | rb::EventLoop | inline |
| ~EventLoop() noexcept (defined in rb::EventLoop) | rb::EventLoop | inline |