Closed pocesar closed 10 years ago
I upgraded the module to bluebird 2.x.
Have you looked at RxJS? A month ago (or something like that), they added support for promises for many of their methods, as well as backpressure. Not to mention it has a much better API
really nice, didn't know that library, will check it out, thanks for the tip
I was going to 'create' a module that handled promises and pipe them through streams, but found yours. what about upgrading to bluebird 2 and getting rid of deprecated API? mainly
defer()
andcast()