Skip to main content

Practice ยท 2 of 2

Deterministic Event Bus

Implement EventBus: subscription ids, registration-order dispatch, unsubscribe mid-flight (an unsubscribed handler must not fire for the current event).

Difficulty: advanced

Back to lesson: Practice: Practice: Architecture Mechanics