Synchronization Techniques for Flash & AS3: Part I – The Semaphore
[Edit] The source code for this has been updated and can be seen and downloaded on this follow up post. Flash does not support multihreading, and that’s probably good thing since managing threads can be very, very difficult; however, Flash can have a kind of concurrency when it comes to user interface, multi-user applications (e.g. [...]