Skip to content

Files

Latest commit

b88f765 · Aug 1, 2023

History

History
13 lines (10 loc) · 617 Bytes

File metadata and controls

13 lines (10 loc) · 617 Bytes

Using workers for concurrency

ActionScript workers make it possible to execute code concurrently, or in other words, to execute code in the background without interrupting the main code's execution.

The ActionScript concurrency apis are available on desktop platforms only in Flash Player 11.4 and later, and AIR 3.4 and later. Concurrency is not supported in AIR for mobile platforms.