You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Why Do this?
A lot of times we write async code using co library, it turns out to be much easier to read and is using promises internally. Now one can convert all observerables into promises using the asPromise method and then use the co lib OR have a way to use yield directly on the observable.