symplely/coroutine

View on GitHub
examples/parallel/A_B-class.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

include 'vendor/autoload.php';

use Async\examples\parallel\B;

$b = new B();
$b->executeParallel();