|
ThreadSchedule 2.2.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::InlinePool, including all inherited members.
| InlinePool(size_t=0) | threadschedule::InlinePool | inlineexplicit |
| parallel_for_each(Iterator begin, Iterator end, F &&func) | threadschedule::InlinePool | inline |
| pending_tasks() const noexcept -> size_t | threadschedule::InlinePool | inline |
| post(F &&f, Args &&... args) | threadschedule::InlinePool | inline |
| shutdown(ShutdownPolicy=ShutdownPolicy::drain) | threadschedule::InlinePool | inline |
| size() const noexcept -> size_t | threadschedule::InlinePool | inline |
| submit(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > > | threadschedule::InlinePool | inline |
| submit_batch(Iterator begin, Iterator end) -> std::vector< std::future< void > > | threadschedule::InlinePool | inline |
| try_post(F &&f, Args &&... args) -> expected< void, std::error_code > | threadschedule::InlinePool | inline |
| try_submit(F &&f, Args &&... args) -> expected< std::future< std::invoke_result_t< F, Args... > >, std::error_code > | threadschedule::InlinePool | inline |
| try_submit_batch(Iterator begin, Iterator end) -> expected< std::vector< std::future< void > >, std::error_code > | threadschedule::InlinePool | inline |
| wait_for_tasks() | threadschedule::InlinePool | inline |