|
ThreadSchedule 2.0.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::GlobalPool< PoolType >, including all inherited members.
| init(size_t num_threads) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| instance() -> PoolType & | threadschedule::GlobalPool< PoolType > | inlinestatic |
| parallel_for_each(Iterator begin, Iterator end, F &&func) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| post(F &&f, Args &&... args) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| submit(F &&f, Args &&... args) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| submit_batch(Iterator begin, Iterator end) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| try_post(F &&f, Args &&... args) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| try_submit(F &&f, Args &&... args) | threadschedule::GlobalPool< PoolType > | inlinestatic |
| try_submit_batch(Iterator begin, Iterator end) | threadschedule::GlobalPool< PoolType > | inlinestatic |