Move event emitter code out of Executor
jason0x43 opened this issue · 0 comments
jason0x43 commented
Internal code that needs to emit events shouldn't need to go through Executor to do it. Executor should still provide emit
for external consumers, but internal code should be able to import an event
module to register for and send events.