phasync\sleep()
function
Documentation
Pause execution from within a coroutine, allowing other coroutines to act.
Signature
function sleep(float $seconds = 0.0): void
Parameters
| Name | Type | Default |
|---|---|---|
$seconds
|
float |
0.0
|
Returns
void