Skip to content

Event System

renanbomtempo edited this page Jun 10, 2026 · 1 revision

⚠️ This wiki is under construction. Pages are being populated incrementally.

Event System

Nodens provides two complementary event mechanisms: synchronous dispatch through the LayerStack and asynchronous pub/sub via the AsyncEventBus.

Event Hierarchy

The CRTP Pattern

Event Categories

Synchronous Dispatch (EventDispatcher)

Asynchronous Event Bus (AsyncEventBus)

Creating Custom Events

See Also

  • Layer System — How events propagate through layers.
  • Concurrency and JobSystem — Thread safety considerations for async events.
  • Event, EventDispatcher, AsyncEventBus in the API Reference.

Clone this wiki locally