JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
27 stars 10 forks source link

Add a `wait(::[Abstract]WorkerPool)` #106

Closed fatteneder closed 1 month ago

fatteneder commented 1 month ago

Original PR: https://github.com/JuliaLang/julia/pull/48238

Fixes #86