folk-runtime-fork
Fork-based PHP worker runtime for Folk: warm OPcache via prefork.
A prefork master PHP process boots the framework once, then forks
per-worker children that inherit its OPcache. Worker recycling
re-uses the master (no re-bootstrap).
Platform
This crate is Unix-only (#![cfg(unix)]). SCM_RIGHTS FD passing
is Linux primary, macOS experimental.
Usage
use ;
# async