carstenbauer / ThreadPinning.jl

Readily pin Julia threads to CPU-threads
https://carstenbauer.github.io/ThreadPinning.jl/
MIT License
106 stars 7 forks source link

Ignore IJulia heartbeat thread #65

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

Related: https://github.com/JuliaLang/IJulia.jl/issues/1072

Before this PR, in Jupyter and for Julia 1.9, threadinfo fails because nthreads(:default) != Threads.maxthreadid() (without any :interactive threads).