Crate eventbus

source ·

Macros

Posts an event.
Registers an event hook.

Structs

An event bus.

Traits

Basic trait for defining an event.

Functions

Low-level event handling function, returns the event ID for use with get_post_targets.
Low-level event handling function, returns the handlers that should be called to post the event.
Low-level event handling function, registers an event.