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

Pinned Tasked Support #21

Open
ghost opened this issue May 11, 2015 · 0 comments
Open

Pinned Tasked Support #21

ghost opened this issue May 11, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented May 11, 2015

This is pretty simple, we can have a task (or collection of tasks) that do not implement Send. This means the task must run on the local thread (via local queues of course). The purpose of this is that a Pinned task needs to run on a specific thread because of Some TLS reason.

An example would be a thread that needs to run the input processing or to use an OpenGL context.

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

0 participants