/Malt.jl

Simple multiprocessing for Julia

Primary LanguageJuliaMIT LicenseMIT

Malt.jl

Malt is a multiprocessing package for Julia. You can find more information on the documentation.

Installation

You can install Malt using the Pkg mode in the Julia REPL.

pkg> add Malt

Or using Pkg.jl directly

import Pkg
Pkg.add("Malt")