Functional API
The parallel\Runtime API provides a great degree of control to the power PHP programmer, and those intimately familiar with writing applications that use parallel concurrency.
The functional API provides less control in exchange for the ability to make decisions for the programmer:
-
all executing runtimes are bootstrapped identically
-
scheduling is determined by the API, not the programmer
Table of Contents
- parallel\bootstrap — Bootstrapping
- parallel\run — Execution