Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.90.0.
An object of type executor_work_guard controls ownership of
executor work within a scope.
template<
typename Executor>
class executor_work_guard
|
Name |
Description |
|---|---|
|
The underlying executor type. |
|
Name |
Description |
|---|---|
|
Constructs a executor_work_guard object for the specified executor.
|
|
|
Obtain the associated executor. |
|
|
Whether the executor_work_guard object owns some outstanding work. |
|
|
Indicate that the work is no longer outstanding. |
|
|
Destructor. |
Header: boost/asio/executor_work_guard.hpp
Convenience header: boost/asio.hpp