eee
This commit is contained in:
@@ -17,10 +17,9 @@ class Coordinator
|
||||
*/
|
||||
public function yield(): void
|
||||
{
|
||||
if ($this->waite === false) {
|
||||
return;
|
||||
while ($this->waite) {
|
||||
usleep(1000);
|
||||
}
|
||||
$this->yield();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user