*‘threading’* is essentially the ability to have the code do something in
the background while the UI is doing something else. Because Action-script
is *single-threaded*, if you spend lots of time doing heavy computation,
the UI cannot be updated while you’re doing that computation so your
application appears stuck or effects don’t run smoothly.

Refer this article:
http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html


On Thu, Dec 20, 2012 at 12:10 PM, KalaiSelvi Ranganathan <
[email protected]> wrote:
> Hi All,
>
> Please anybody aware of thread concepts in flex ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to