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
Press Submit to check your solution.
Back to lesson: Practice: Practice: Architecture Mechanics