-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flash] Worker from class #1
Comments
Hi Dima Thank you for the great suggestion! Are you actively working with threads? Not sure if workers will find their way into the std library, but this library is essentially a testbed for a simple cross-target worker thread API. Workers in Flash did not seem very mature at the time and faced various challenges on AIR mobile, so the initial idea was to support references to external SWFs only, similar to JS external file references. The situation may have changed by now and it would be nice to expose more options anyway, so feel free to restructure that if you want. Furthermore, I've recollections of possible discrepancies between C++ and Neko threading, which would be good to test. It appears others may have noticed related behaviour. As you probably know, Java has since acquired threading API support, so that would be good to add also. Cheers! |
Hi I use workers only in flash/as3 ( This gist was just test |
Sure, no problem. |
Demo: https://gist.github.com/profelis/8770024
Maybe will be useful for your library
The text was updated successfully, but these errors were encountered: