CC-Archived / promise-as3

Promises/A+ compliant implementation in ActionScript 3.0
167 stars 52 forks source link

Consider implementing always() #15

Closed johnyanarella closed 10 years ago

johnyanarella commented 11 years ago

promise.always(fn) is akin to a finally in a try..catch..finally block (although it can occur anywhere a Promise chain).