Skip to content

Instantly share code, notes, and snippets.

View sthulesen's full-sized avatar

Søren Thulesen sthulesen

  • Mindworking
  • Værkmestergade 11, 8000 Århus C
View GitHub Profile
package async
{
public class Deferred implements Promise
{
private const pending:Array = [];
private var processed:Boolean;
private var completed:Boolean;