Base type for an FSM event map.
An event map associates each event name with its payload type. Use void for events with no payload.
void
Most users will not need to reference this type directly; it primarily appears in generic constraints throughout the FSM API.
Base type for an FSM event map.
An event map associates each event name with its payload type. Use
voidfor events with no payload.Most users will not need to reference this type directly; it primarily appears in generic constraints throughout the FSM API.