boost::capy::async_event::clear
Clears the event.
Synopsis
Declared in <boost/capy/ex/async_event.hpp>
void
clear() noexcept;
Description
Subsequent calls to wait() will suspend until set() is called again.
Created with MrDocs