CC-Archived / promise-as3

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

AS3 Builds, Adaptors, and Preallocated queueCallbacks #18

Closed ThomasBurleson closed 1 year ago

ThomasBurleson commented 11 years ago

First pass of builds for AS3-only swc and Flex swc

Promise.when() now has support for asynchronous URLLoader responses; via the URLLoaderAdapter class. URLLoaderAdapter also auto-registers its adapt() function with the Promise.when adapter registry.

Performance improvements with preallocated buffer (similar to PromiseA+.coffee)