phasync\sleep() function

Documentation

Pause execution from within a coroutine, allowing other coroutines to act.

Signature

function sleep(float $seconds = 0.0): void

Parameters

NameTypeDefault
$seconds float 0.0

Returns

void

Source

src/functions.php:72-75