PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: puremvc on February 17, 2008, 04:34:27



Title: AsyncStub - A PureMVC AS3 Utility
Post by: puremvc on February 17, 2008, 04:34:27
The Asynchronous Stub utility consists of a Proxy which can be extended for the purpose of simulating asynchronous activity, by way of a random timer.

The utility has historically been located here: http://trac.puremvc.org/Utility_AS3_AsyncStub
The project has been moved here: https://github.com/PureMVC/puremvc-as3-util-asyncstub/wiki

The author is Philip Sexton.


Title: Re: AsyncStub - A PureMVC AS3 Utility
Post by: Tekool on September 10, 2009, 05:32:43
Philip, can you add a multicore source folder to the utility ?

I made it by myself, it takes me only two minutes. ;)

Thanks a lot.


Title: Re: AsyncStub - A PureMVC AS3 Utility
Post by: philipSe on September 11, 2009, 07:48:36
will do.
----Philip


Title: Re: AsyncStub - A PureMVC AS3 Utility
Post by: philipSe on October 14, 2009, 03:18:15
Repository trunk now has a multicore source folder and has a multicore swc in the bin folder.
----Philip


Title: Re: AsyncStub - A PureMVC AS3 Utility
Post by: Tekool on October 14, 2009, 03:59:04
Thank you very much! :) I can now use the regular SWC in my current project.