Skip to content
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

Open
profelis opened this issue Feb 2, 2014 · 3 comments
Open

[flash] Worker from class #1

profelis opened this issue Feb 2, 2014 · 3 comments

Comments

@profelis
Copy link

profelis commented Feb 2, 2014

Demo: https://gist.github.com/profelis/8770024

Maybe will be useful for your library

@zjnue
Copy link
Owner

zjnue commented Feb 2, 2014

Hi Dima

Thank you for the great suggestion!

Are you actively working with threads?
Would you like to be added to the hxworker repository?

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!
Zjnue

@profelis
Copy link
Author

profelis commented Feb 2, 2014

Hi

I use workers only in flash/as3 ( This gist was just test

@zjnue
Copy link
Owner

zjnue commented Feb 2, 2014

Sure, no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants