...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A completion token adapter that cancels an operation after a timeout.
template< typename CompletionToken, typename Clock, typename WaitTraits = boost::asio::wait_traits<Clock>> class cancel_after_t
Name |
Description |
---|---|
cancel_after_t [constructor] |
Constructor. |
Name |
Description |
---|---|
The cancel_after_t
class is used to indicate that an asynchronous operation should be cancelled
if not complete before the specified duration has elapsed.
Header: boost/asio/cancel_after.hpp
Convenience header: boost/asio.hpp