Skip to content

Commit

Permalink
🔥 Call is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
matyo91 committed Sep 17, 2024
1 parent 2df0a34 commit c475a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Driver/FiberDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function await(array &$stream): void
if ($isTick === false) {
$next($return);
}
Fiber::suspend();
//Fiber::suspend();
}, static function ($fn, $next) {
$fn($next);
});
Expand Down

0 comments on commit c475a4d

Please sign in to comment.