-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Juggler] Spike: EventEmitters in the new world of async/await #898
Comments
@bajtos I had a similar PoC at https://github.com/strongloop/loopback-next/blob/008b3fd081f39f0055ea5e16c5124a84a07a688d/packages/core/src/sequence.ts#L96. We can refactor the core async publish/subscribe logic into its own. |
@raymondfeng Would it make sense to incorporate an existing framework like RxJs instead of building that ourselves? |
|
@raymondfeng The proposal link has zen-observable as well, and it seems more straightforward than RxJS. Would that be any better, or are we planning to make something that maps strictly to the proposal with no extras? |
We can pick a reasonable module to start with and see if it fits our needs. I won't ask for compliance. |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
What to do with EventEmitters (Observables?) after all other callback-based APIs were upgraded to Promises and async/await via #896?
See also #537 (comment)
The text was updated successfully, but these errors were encountered: