PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: zjnue on December 13, 2008, 07:52:07



Title: AsyncCommand - A PureMVC Haxe Utility
Post by: zjnue on December 13, 2008, 07:52:07
The AsyncCommand utility offers a solution to the problem of executing a series of commands each of which may need to complete one or more asynchronous operations before the next command is executed.

The utility has historically been located here: http://trac.puremvc.org/Utility_Haxe_AsyncCommand
The project has been moved here: https://github.com/PureMVC/puremvc-haxe-util-asynccommand/wiki

Both Standard and MultiCore versions are available.

The utility was ported to Haxe by Zjnue Brzavi.