boost::capy::async_event::set
Sets the event.
Synopsis
Declared in <boost/capy/ex/async_event.hpp>
void
set();
Description
All waiting coroutines are resumed. Canceled waiters are skipped. Subsequent calls to wait() complete immediately until clear() is called.
Created with MrDocs