php8.5
Home/ Manual/ reference / swoole/ The Swoole\Runtime class

The Swoole\Runtime class

Swoole\Runtime provides coroutine support for various PHP functions through hook mechanism, allowing synchronous code to work asynchronously in coroutine environment.

Intro

Swoole\Runtime provides coroutine support for various PHP functions through hook mechanism, allowing synchronous code to work asynchronously in coroutine environment.

Class synopsis

class Swoole\Runtime { }

Runtime

Source: reference/swoole/swoole.runtime.xml · from the official PHP manual (php/doc-en)