The fork/join package is a parallel processing library for Pony. Fork/join handles much of the plumbing required to distribute a data processing tasks across multiple actors.
fork_join is a beta-level project. The API might change going forward based on feedback from real-world usage.
- Install corral
corral add github.com/ponylang/fork_join.git --version 0.1.1
corral fetch
to fetch your dependenciesuse "fork_join"
to include this packagecorral run -- ponyc
to compile your application