We're currently using promisify-node and Q, and talking about adding bluebird. We should probably take a few hours and move everything to one library (which we also need to talk about). I like the idea of bluebird, but that would break a lot of our apis by exposing the unpromisified version in place of the current promisified version, and adding those methods adjacent to the others.
We're currently using promisify-node and Q, and talking about adding bluebird. We should probably take a few hours and move everything to one library (which we also need to talk about). I like the idea of bluebird, but that would break a lot of our apis by exposing the unpromisified version in place of the current promisified version, and adding those methods adjacent to the others.