boost::msm::backmp11::state_machine::defer_event
Puts the event into the event pool to process it in the next processing cycle.
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
template<
class Event,
bool C = state_machine_base::has_event_pool>
requires C
void
defer_event(Event const& event);
Description
The event will be processed in the next call to process_event or process_event_pool.
Created with MrDocs