JuliaPluto / Malt.jl

Simple multiprocessing for Julia
https://juliapluto.github.io/Malt.jl/
MIT License
47 stars 8 forks source link

Avoid pollution Main namespace on worker process #35

Open fonsp opened 1 year ago

fonsp commented 1 year ago

Right now, everything in worker.jl will be defined as a global in the Main module. I think we should just wrap the file in module MaltRunner to fix it :)