RFC: Concurrency Support in the PHP Engine

Project Governance
Author
Edmond
PHP has no engine-level way to run code concurrently. Fibers (PHP 8.1) added the low-level primitive, cooperative context switching, but no scheduler: deciding ...

This RFC has not yet started voting