Is there a good library/way to split a big task in as3/flex?

Posted by mkorpela on Stack Overflow See other posts from Stack Overflow or by mkorpela
Published on 2010-04-13T06:28:59Z Indexed on 2010/04/13 6:33 UTC
Read the original article Hit count: 382

Filed under:
|
|

As flashplayer has only one thread and is event driven, big tasks have to be divided to smaller tasks so that the application stays responsive. For now I've done this with the Timer by doing a small part of work in every TIMER event. Is there a better way of doing this (some library maybe)? What is your recommendation?

© Stack Overflow or respective owner

Related posts about as3

Related posts about flex