boost::capy::async_event::is_set
Returns true if the event is currently set.
Synopsis
Declared in <boost/capy/ex/async_event.hpp>
bool
is_set() const noexcept;
Return Value
true if the event is currently set.
Created with MrDocs