diff --git a/src/DistributedStdlibWorker.jl b/src/DistributedStdlibWorker.jl index 4aa70da..163632e 100644 --- a/src/DistributedStdlibWorker.jl +++ b/src/DistributedStdlibWorker.jl @@ -53,8 +53,7 @@ function remotecall_wait(f, w::DistributedStdlibWorker, args...; kwargs...) end function remote_do(f, w::DistributedStdlibWorker, args...; kwargs...) - Distributed.remotecall(f, w.pid, args...; kwargs...) - nothing + Distributed.remote_do(f, w.pid, args...; kwargs...) end function worker_channel(w::DistributedStdlibWorker, expr)