Registry / async / hyperf-engine

hyperf-engine

JSON →
library2.15.0phppackagistunverified

Coroutine engine provided by Swoole for the Hyperf framework.

asyncutility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use Hyperf\Engine\Coroutine;

Create and execute a coroutine using Hyperf Engine.

use Hyperf\Engine\Coroutine; $coroutine = new Coroutine(function () { echo 'Hello from coroutine!'; }); $coroutine->execute();
Debug
Known footguns
breakingRequires Swoole extension installed and enabled.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
bytedance
1
Resources