gulpjs / async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
MIT License
70 stars 21 forks source link

Add support for RxJS observables #7

Closed bnjmnt4n closed 10 years ago

bnjmnt4n commented 10 years ago

Note: the tests don't run properly, I'm not sure what's going on, as my async knowledge isn't too good. It would be great if you could debug this.

phated commented 10 years ago

The implementation shouldn't have needed changing. The code came directly from @mattpodwysocki

I don't know RxJS, so I am not sure why the tests wouldn't work.

phated commented 10 years ago

This just landed in 0.3.0. Thanks for giving it a shot.