threadpool
Overview
|
Reference
|
Tutorial
|
Examples
|
Design
Reference
Class List
|
Member Functions
|
Typedefs
|
File List
threadpool Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
boost::threadpool::future< Result >
boost::threadpool::empty_controller< Pool >
boost::threadpool::fifo_scheduler< Task >
boost::threadpool::immediately< Pool >
boost::threadpool::lifo_scheduler< Task >
boost::threadpool::looped_task_func
boost::threadpool::prio_scheduler< Task >
boost::threadpool::prio_task_func
boost::threadpool::resize_controller< Pool >
boost::threadpool::static_size< Pool >
boost::threadpool::thread_pool< Task, SchedulingPolicy, SizePolicy, SizePolicyController, ShutdownPolicy >
boost::threadpool::wait_for_active_tasks< Pool >
boost::threadpool::wait_for_all_tasks< Pool >
Copyright © 2005-2008 Philipp Henkel
Overview
|
Reference
|
Tutorial
|
Examples
|
Design