...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The cancellation slot type associated with the yield context.
typedef cancellation_slot cancellation_slot_type;
Name |
Description |
---|---|
Installs a handler into the slot. |
|
cancellation_slot [constructor] |
Creates a slot that is not connected to any cancellation signal. |
Clears the slot. |
|
Installs a handler into the slot, constructing the new object directly. |
|
Returns whether the slot is connected and has an installed handler. |
|
Returns whether the slot is connected to a signal. |
Name |
Description |
---|---|
Compare two slots for inequality. |
|
Compare two slots for equality. |
Header: boost/asio/spawn.hpp
Convenience header: None