Closed cortner closed 2 years ago
Should we switch to the built-in Julia scheduler via the @spawn model?
@spawn
https://docs.julialang.org/en/v1/base/multi-threading/ https://julialang.org/blog/2019/07/multithreading/ http://www.cs.unb.ca/~aubanel/JuliaMultithreadingNotes.html
I'll look into this!
I think we are retiring multi-threading altogether, so this can go.
Should we switch to the built-in Julia scheduler via the
@spawn
model?https://docs.julialang.org/en/v1/base/multi-threading/ https://julialang.org/blog/2019/07/multithreading/ http://www.cs.unb.ca/~aubanel/JuliaMultithreadingNotes.html