Skip to main content

Module events

Module events 

Source
Expand description

The runtime’s event vocabulary (RFC 0026 §3): everything the loop reacts to arrives here — child frames, reaped children, executor results, timers, signals, and the durable inbox events (A2A messages, start-node firings, signals) that are written ahead before being acted on.

Modules§

kinds
The inbox event kinds the runtime understands.

Enums§

Event
One loop event.