bluebird-api icon indicating copy to clipboard operation
bluebird-api copied to clipboard

Port warnings

Open benjamingr opened this issue 8 years ago • 2 comments

benjamingr avatar Mar 18 '17 19:03 benjamingr

All of these are possible but I doubt we should port them because they're mostly useful for direct then calls which should be gone with async/await.

It incurs a overhead in each then call and each created promise otherwise.

benjamingr avatar Mar 20 '17 09:03 benjamingr

Initial work in https://github.com/benjamingr/bluebird-api/blob/master/promiseFns/then.js

benjamingr avatar Mar 21 '17 00:03 benjamingr