GitHunt

fork_join

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.

Status

fork_join is a beta-level project. The API might change going forward based on feedback from real-world usage.

Installation

  • Install corral
  • corral add github.com/ponylang/fork_join.git --version 0.1.1
  • corral fetch to fetch your dependencies
  • use "fork_join" to include this package
  • corral run -- ponyc to compile your application

API Documentation

https://ponylang.github.io/fork_join

Languages

Pony94.1%Makefile5.9%

Contributors

BSD 2-Clause "Simplified" License
Created December 13, 2021
Updated March 14, 2026
ponylang/fork_join | GitHunt