Skip to main content

Module events

Module events 

Source
Expand description

Event handling and routing.

Structs§

EventBus
A message bus for broadcasting events between components.

Enums§

Event
Represents events that can occur within the cuenv system.

Type Aliases§

EventReceiver
Receiver half of an unbounded event channel.
EventSender
Sender half of an unbounded event channel.