Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move event emitter code out of Executor #1145

Open
jason0x43 opened this issue Apr 20, 2020 · 0 comments
Open

Move event emitter code out of Executor #1145

jason0x43 opened this issue Apr 20, 2020 · 0 comments
Labels
effort-medium This may take a couple of days priority-medium This should get done, but it's not a high priority
Projects

Comments

@jason0x43
Copy link
Member

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 jason0x43 added effort-medium This may take a couple of days priority-medium This should get done, but it's not a high priority labels Apr 20, 2020
@github-actions github-actions bot added this to To do in Development Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-medium This may take a couple of days priority-medium This should get done, but it's not a high priority
Projects
Development

No branches or pull requests

1 participant