boost::capy::async_event::wait
Returns an awaiter that waits until the event is set.
Synopsis
Declared in <boost/capy/ex/async_event.hpp>
wait_awaiter
wait() noexcept;
Return Value
An awaitable yielding (error_code).
Created with MrDocs