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

Use new internal functions for pinning #95

Closed
carstenbauer opened this issue Jul 12, 2024 · 0 comments
Closed

Use new internal functions for pinning #95

carstenbauer opened this issue Jul 12, 2024 · 0 comments
Labels
enhancement New feature or request hackathon

Comments

@carstenbauer
Copy link
Owner

Currently, we pin threads by using @tspawnat or @threads :static to run libuv functions on specific threads. In Julia 1.11, there will be two new functions, jl_getaffinity and jl_setaffinity, which we probably should use instead (because it's cleaner).

Also, this will allow us to pin GC threads easily (#73).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hackathon
Projects
None yet
Development

No branches or pull requests

1 participant