AS 3 Execution Model是单线程
一个来源自日本开发者贡献的Flex thread library
日文页面(如果你是日语系的开发人员):
http://www.libspark.org/htdocs/as3/thread-files/document/
英文页面via Google translation
http://translate.google.com/translate?u=http://www.libspark.org/htdocs/as3/thread-files/document/&hl=en&ie=UTF-8&sl=ja&tl=en
关于Flex的thread library,并不真正意义上的avm的多thread机制,而是:
a task threading system is based on pseudo-thread library as JAVA,但是通过这个library可以有效的管理你AS code中的interruption,cancellation,exception handling等操作方式。
http://www.libspark.org/htdocs/as3/thread-files/document/
英文页面via Google translation
http://translate.google.com/translate?u=http://www.libspark.org/htdocs/as3/thread-files/document/&hl=en&ie=UTF-8&sl=ja&tl=en
关于Flex的thread library,并不真正意义上的avm的多thread机制,而是:
a task threading system is based on pseudo-thread library as JAVA,但是通过这个library可以有效的管理你AS code中的interruption,cancellation,exception handling等操作方式。