intern icon indicating copy to clipboard operation
intern copied to clipboard

Move event emitter code out of Executor

Open jason0x43 opened this issue 4 years ago • 0 comments

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.

jason0x43 avatar Apr 20 '20 18:04 jason0x43