Multithreading or green threading in actionscript?
问题 I was wondering if there are any code or class libraries out there on how to implement multithreading or "green threading" in ActionScript. As you've might seen, Scott Peterson is developing some kind of toolset, but I haven't found any more info on this other than his performance on the Adobe MAX Chicago event. Regards Niclas 回答1: Here's a Green Threading lib from Drew Cummins: http://blog.generalrelativity.org/?p=29 回答2: There's no built-in way to do green threading in ActionScript. You