Move event emitter code out of Executor #1145
Labels
effort-medium
This may take a couple of days
priority-medium
This should get done, but it's not a high priority
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 anevent
module to register for and send events.The text was updated successfully, but these errors were encountered: