Forker A PHP helper to fork processes and allow multi-threading

Getting Started

Usage

Adapters

Adapters - Single Thread

View the API Documentation for this class

This is used to gracefully degrade when the PCNTL adapter cannot be used.

As the name suggests, all code is run in a single thread and each call() will block until the requested code has executed.