-
Notifications
You must be signed in to change notification settings - Fork 1
Event System
renanbomtempo edited this page Jun 10, 2026
·
1 revision
⚠️ This wiki is under construction. Pages are being populated incrementally.
Nodens provides two complementary event mechanisms: synchronous dispatch through the LayerStack and asynchronous pub/sub via the AsyncEventBus.
- Layer System — How events propagate through layers.
- Concurrency and JobSystem — Thread safety considerations for async events.
-
Event,EventDispatcher,AsyncEventBusin the API Reference.
Getting Started
Architecture
Guides
Reference