Hi. I'm not an expert of parallel stuff (Also, I cannot try it by myself) but my guess is you can fetch result so that main process does not close until it has the result. Namely, add this at the end of main.jl
fetch(r)
Hi. I'm not an expert of parallel stuff (Also, I cannot try it by myself) but my guess is you can fetch result so that main process does not close until it has the result. Namely, add this at the end of main.jl
fetch(r)