Skip to content

Instantly share code, notes, and snippets.

@iorsa
iorsa / _testing_php81_fiber_with_react-async-await_.php
Last active December 9, 2021 04:58
Testing PHP 8.1 fibers with the use of reactphp async and await functions
<?php
use React\EventLoop\Loop;
use React\Promise\Deferred;
use React\Promise\Promise;
use React\Promise\PromiseInterface;
use function React\Async\async;
use function React\Async\await;
require_once "vendor/autoload.php";