...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Executor used to submit functions to a thread pool.
class executor_type
Name |
Description |
---|---|
Obtain the underlying execution context. |
|
Request the thread pool to invoke the given function object. |
|
Request the thread pool to invoke the given function object. |
|
Inform the thread pool that some work is no longer outstanding. |
|
Inform the thread pool that it has some outstanding work to do. |
|
Request the thread pool to invoke the given function object. |
|
Determine whether the thread pool is running in the current thread. |
Name |
Description |
---|---|
Compare two executors for inequality. |
|
Compare two executors for equality. |
Header: boost/asio/thread_pool.hpp
Convenience header: boost/asio.hpp