https://github.com/ponylang/fork_join
:horse: Pony parallel processing library
https://github.com/ponylang/fork_join
fork-join fork-join-framework pony-core-team-library pony-language ponylang
Last synced: 3 months ago
JSON representation
:horse: Pony parallel processing library
- Host: GitHub
- URL: https://github.com/ponylang/fork_join
- Owner: ponylang
- License: bsd-2-clause
- Created: 2021-12-13T00:39:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:54:23.000Z (7 months ago)
- Last Synced: 2025-06-06T13:42:13.294Z (7 months ago)
- Topics: fork-join, fork-join-framework, pony-core-team-library, pony-language, ponylang
- Language: Pony
- Homepage:
- Size: 1.27 MB
- Stars: 8
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://github.com/ponylang/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](https://ponylang.github.io/fork_join)