|
CCF
|
Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::tasks |
Functions | |
| JobBoard & | ccf::tasks::get_main_job_board () |
| void | ccf::tasks::set_task_threads (size_t new_worker_count) |
| void | ccf::tasks::add_task (Task task) |
| void | ccf::tasks::add_delayed_task (Task task, std::chrono::milliseconds delay) |
| void | ccf::tasks::add_periodic_task (Task task, std::chrono::milliseconds initial_delay, std::chrono::milliseconds repeat_period) |
| void | ccf::tasks::tick (std::chrono::milliseconds elapsed) |