Swoole\Runtime::enableCoroutineEnable coroutine for specified functions Description
public static void Swoole\Runtime::enableCoroutine(int
$flags = SWOOLE_HOOK_ALL)This method enables coroutine support for specified PHP functions based on the given flags. It should be called once at the beginning of the application. Parameters
Return ValuesNo value is returned. |