Skip to content

Use new internal functions for pinning #95

@carstenbauer

Description

@carstenbauer

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions