PureMVC Architects Lounge

PureMVC Manifold => Demos and Utilities => Topic started by: puremvc on May 15, 2015, 12:55:11



Title: AsyncCommand - A PureMVC / Swift Utility
Post by: puremvc on May 15, 2015, 12:55:11
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 source code is located on GitHub: https://github.com/PureMVC/puremvc-swift-util-asynccommand/wiki

Standard and MultiCore versions are included.

The author is Saad Shams. <saad.shams@puremvc.org>