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

Remove proxy for asynchronous event handler #159

Open
ultimaweapon opened this issue Dec 27, 2019 · 1 comment
Open

Remove proxy for asynchronous event handler #159

ultimaweapon opened this issue Dec 27, 2019 · 1 comment
Labels
refactor Code changes without new functionalities

Comments

@ultimaweapon
Copy link
Contributor

Right now it need to register normal handler first. Then invoke RegisterBackgroundTask to register asynchronous handler. It will be better if we can directly register the asynchronous handler directly without registering the normal one.

@ultimaweapon ultimaweapon added the refactor Code changes without new functionalities label Dec 27, 2019
@ultimaweapon
Copy link
Contributor Author

Switch to use this will be better: https://www.nuget.org/packages/AsyncEvent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code changes without new functionalities
Projects
None yet
Development

No branches or pull requests

1 participant