Skip to main content

Module executor

Module executor 

Source
Expand description

The Executor trait — how plugins send work to PHP workers.

folk-core provides the concrete implementation, backed by the worker pool.

Traits§

Executor
Sends a serialized payload to a PHP worker and returns the response.