Skip to content

aninest-root / Listeners

Listeners

Generic utility functions and types for listeners to non-cascading events.

Type Aliases

Type AliasDescription
ListenerA listener function that is called when an event is broadcast.
ListenerSetUses a Map instead of a Set because a Map preserves insertion order when iterating through items.