boost::msm::backmp11::default_state_machine_config::event_pool
Configures the event pool. Defaults to std::deque and 32 bytes inline storage capacity per event.
Synopsis
Declared in <boost/msm/backmp11/state_machine_config.hpp>
using event_pool = backmp11::event_pool<deque>;
Description
The event pool is required to handle enqueued events, deferred events, and completion transitions.
Created with MrDocs