CC-Archived / promise-as3

Promises/A+ compliant implementation in ActionScript 3.0
168 stars 55 forks source link

Consider implementing all(), any(), some() as in when.js #4

Closed johnyanarella closed 10 years ago

johnyanarella commented 12 years ago

See: https://github.com/briancavalier/when.js/blob/master/when.js

jcfranco commented 11 years ago

Updated URL: https://github.com/cujojs/when/blob/master/when.js

ThomasBurleson commented 10 years ago

+1, Based on recent promise discussions use Q.all(), Promise.all() should be prioritized.