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

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

add_error_callback(ErrorCallback callback) -> size_t (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
clear_error_callbacks() (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
configure_threads(std::string const &name_prefix, SchedulingPolicy policy=SchedulingPolicy::OTHER, ThreadPriority priority=ThreadPriority::normal()) -> bool (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
distribute_across_cpus() -> bool (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
error_count() const -> size_t (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
FastThreadPoolWithErrors(size_t num_threads=std::thread::hardware_concurrency()) (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinlineexplicit
get_statistics() const -> FastThreadPool::Statistics (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
pending_tasks() const -> size_t (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
pool() -> FastThreadPool & (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
reset_error_count() (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
shutdown() (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
size() const noexcept -> size_t (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
submit(F &&f, Args &&... args) -> FutureWithErrorHandler< std::invoke_result_t< F, Args... > > (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline
submit_with_description(std::string const &description, F &&f, Args &&... args) -> FutureWithErrorHandler< std::invoke_result_t< F, Args... > > (defined in threadschedule::FastThreadPoolWithErrors)threadschedule::FastThreadPoolWithErrorsinline