ThreadSchedule 1.0.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::FastThreadPool, including all inherited members.
configure_threads(std::string const &name_prefix, SchedulingPolicy policy=SchedulingPolicy::OTHER, ThreadPriority priority=ThreadPriority::normal()) -> bool (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |
distribute_across_cpus() -> bool (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |
FastThreadPool(size_t num_threads=std::thread::hardware_concurrency()) (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inlineexplicit |
FastThreadPool(FastThreadPool const &)=delete (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | |
get_statistics() const -> Statistics (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |
operator=(FastThreadPool const &) -> FastThreadPool &=delete (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | |
pending_tasks() const -> size_t (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |
shutdown() (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |
size() const noexcept -> size_t (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |
submit(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > > | threadschedule::FastThreadPool | inline |
submit_batch(Iterator begin, Iterator end) -> std::vector< std::future< void > > | threadschedule::FastThreadPool | inline |
Task typedef (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | |
~FastThreadPool() (defined in threadschedule::FastThreadPool) | threadschedule::FastThreadPool | inline |