Registry / async / swow-swow

swow-swow

JSON →
library1.6.2phppackagistunverified

Coroutine-based multi-platform support engine with a focus on concurrent I/O

composer require swow/swow
INSTALL
IMPORT
SIG · SWOW-SWOW
S
swow-swow
asyncphpv1.6.2
harness data pending
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.

Coroutine
use Swow\Coroutine\Coroutine;

Creates and starts a coroutine.

use Swow\Coroutine\Coroutine; $coroutine = new Coroutine(function () { echo 'Hello from coroutine!'; }); $coroutine->start();
Debug
Known issues
breakingRequires PHP extension
fix
Install the swow PHP extension (pecl install swow)
affects: >=1.0.0
Upgrade
Version history
1.6.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
36
Resources
swow-swow — pip install swow-swow · libregistry