JuliaPluto / Malt.jl

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

Implement `Malt.InProcessWorker` #39

Closed Pangoraw closed 1 year ago

Pangoraw commented 1 year ago

this worker just runs in the same process.

Fixes #27.

fonsp commented 1 year ago

Maybe we can also implement Malt.DistributedStdlibWorker that just translates our API to Distributed API, to make supporting both backends in Pluto a bit easier?