MCPcopy Create free account
hub / github.com/boostorg/asio / async_wait

Function async_wait

include/boost/asio/basic_signal_set.hpp:601–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 BOOST_ASIO_COMPLETION_TOKEN_FOR(void (boost::system::error_code, int))
600 SignalToken = default_completion_token_t<executor_type>>
601 auto async_wait(
602 SignalToken&& token = default_completion_token_t<executor_type>())
603 -> decltype(
604 async_initiate<SignalToken, void (boost::system::error_code, int)>(
605 declval<initiate_async_wait>(), token))
606 {
607 return async_initiate<SignalToken, void (boost::system::error_code, int)>(
608 initiate_async_wait(this), token);
609 }
610
611private:
612 // Disallow copying and assignment.

Callers

nothing calls this directly

Calls 1

initiate_async_waitClass · 0.70

Tested by

no test coverage detected