|
1 | 1 | # Fast Forward Fork |
2 | 2 |
|
| 3 | +A PHP 8.3+ library for orchestrating forked workers with typed signals, immutable worker groups, |
| 4 | +captured worker output, and PSR-3 logging. |
| 5 | + |
3 | 6 | [](https://www.php.net/releases/) |
4 | 7 | [](https://github.com/php-fast-forward/fork/actions/workflows/tests.yml) |
5 | 8 | [](https://php-fast-forward.github.io/fork/coverage/index.html) |
6 | 9 | [](https://php-fast-forward.github.io/fork/index.html) |
7 | 10 | [](LICENSE) |
8 | 11 | [](https://github.com/sponsors/php-fast-forward) |
9 | 12 |
|
10 | | -A PHP 8.3+ library for orchestrating forked workers with typed signals, immutable worker groups, |
11 | | -captured worker output, and PSR-3 logging. |
12 | | - |
13 | | -[](https://www.php.net/releases/) |
14 | | -[](https://packagist.org/packages/fast-forward/fork) |
15 | | -[](https://packagist.org/packages/fast-forward/fork) |
16 | | -[](LICENSE) |
17 | | -[](https://github.com/php-fast-forward/fork/actions/workflows/tests.yml) |
18 | | -[](https://github.com/php-fast-forward/fork/actions/workflows/reports.yml) |
19 | | - |
20 | 13 | `fast-forward/fork` wraps `pcntl_fork()` and related POSIX primitives in a small, strongly-typed API |
21 | 14 | that is easier to reason about in real applications. It gives you a single manager for orchestration, |
22 | 15 | explicit worker objects for lifecycle inspection, immutable worker groups for batch coordination, and a |
|
0 commit comments