|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::advanced::global_thread_pool, including all inherited members.
| init(worker_count count) | threadschedule::advanced::global_thread_pool | inlinestatic |
| post(F &&function, Args &&... args) -> result< void > | threadschedule::advanced::global_thread_pool | inlinestatic |
| post_or_throw(F &&function, Args &&... args) | threadschedule::advanced::global_thread_pool | inlinestatic |
| submit(F &&function, Args &&... args) -> result< std::future< detail::bind_result_t< F, Args... > > > | threadschedule::advanced::global_thread_pool | inlinestatic |
| submit_or_throw(F &&function, Args &&... args) -> std::future< detail::bind_result_t< F, Args... > > | threadschedule::advanced::global_thread_pool | inlinestatic |