Closed TheTechsTech closed 4 years ago
the example async.php stalls/hangs on windows, changing
async.php
$async = uv_async_init($loop, function($async, $status)
to
$async = uv_async_init($loop, function($async)
Lets the script execute as expected.
the example
async.php
stalls/hangs on windows, changingto
Lets the script execute as expected.