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

Run competitor code in coroutines #242

Open
kazimuth opened this issue Feb 21, 2016 · 0 comments
Open

Run competitor code in coroutines #242

kazimuth opened this issue Feb 21, 2016 · 0 comments

Comments

@kazimuth
Copy link
Contributor

kazimuth commented Feb 21, 2016

Basically, when user code is done running or blocked, instead of pausing the whole OS thread, we take a snapshot of the state of their code and then switch to running a different competitor's code.

See:
Matthias Mann's coroutine library
Kilim
Commons JavaFlow
For existing implementations of this concept.

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

No branches or pull requests

1 participant