The Swoole\Runtime class
Guide
Edit on GitHub ✎
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