You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
andjl_setaffinity
, which we probably should use instead (because it's cleaner).Also, this will allow us to pin GC threads easily (#73).
The text was updated successfully, but these errors were encountered: