https://github.com/bitsofinfo/as3-psuedo-thread
AS3, Flex, pseudo threading utility. Provides thread like behavior for AS3 and Flex apps
https://github.com/bitsofinfo/as3-psuedo-thread
Last synced: 7 months ago
JSON representation
AS3, Flex, pseudo threading utility. Provides thread like behavior for AS3 and Flex apps
- Host: GitHub
- URL: https://github.com/bitsofinfo/as3-psuedo-thread
- Owner: bitsofinfo
- Created: 2015-02-16T21:36:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T21:46:20.000Z (almost 11 years ago)
- Last Synced: 2025-06-25T09:02:13.091Z (7 months ago)
- Language: ActionScript
- Homepage: https://bitsofinfo.wordpress.com/2008/09/22/threads-in-as3-flex-actionscript/
- Size: 148 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# as3-psuedo-thread
AS3 pseudo threading utility
Moved here from Google Code.
PseudoThread is a class which can give your Actionscript and Flex apps "thread-like" behavior.
PseudoThread processes IRunnables which is where you implement the work you want done by a "thread".
This light-weight and extremely tiny framework is easy to use and understand.
This code was eventually rolled into the [AS3 Commons Project](https://code.google.com/p/as3-commons/)