Documentation
¶
Overview ¶
Events provides an event-like push-pull system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventManager ¶
type EventManager collections.Mapping[EventType, collections.Collection[Event]]
Type alias for a mapping of event types to a collection of events.
func NewEventManager ¶
func NewEventManager() EventManager
Construct a new event manager. Returns a new event manager.
Click to show internal directories.
Click to hide internal directories.