ThreadSchedule 2.2.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::InlinePool Member List

This is the complete list of members for threadschedule::InlinePool, including all inherited members.

InlinePool(size_t=0)threadschedule::InlinePoolinlineexplicit
parallel_for_each(Iterator begin, Iterator end, F &&func)threadschedule::InlinePoolinline
pending_tasks() const noexcept -> size_tthreadschedule::InlinePoolinline
post(F &&f, Args &&... args)threadschedule::InlinePoolinline
shutdown(ShutdownPolicy=ShutdownPolicy::drain)threadschedule::InlinePoolinline
size() const noexcept -> size_tthreadschedule::InlinePoolinline
submit(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > >threadschedule::InlinePoolinline
submit_batch(Iterator begin, Iterator end) -> std::vector< std::future< void > >threadschedule::InlinePoolinline
try_post(F &&f, Args &&... args) -> expected< void, std::error_code >threadschedule::InlinePoolinline
try_submit(F &&f, Args &&... args) -> expected< std::future< std::invoke_result_t< F, Args... > >, std::error_code >threadschedule::InlinePoolinline
try_submit_batch(Iterator begin, Iterator end) -> expected< std::vector< std::future< void > >, std::error_code >threadschedule::InlinePoolinline
wait_for_tasks()threadschedule::InlinePoolinline