http://tv.adobe.com/watch/max-2011-develop/concurrency-in-flash-runtimes/

here is the link

On 07/02/2012 03:58, Nicholas Kwiatkowski wrote:
Jarosław,

You should check out the MAX session on Adobe TV to see what they are
thinking.  Right now, there would NOT be any shared memory space between
the two (similar to AIR Native Extensions), however, you can send copies of
variables between a child worker and a parent (in their terminology, a
"promise").

This is there to help reduce race conditions and other nasties that come
from inexperienced programmers dealing with multiple threads.

-Nick


Reply via email to