Replies: 1 comment 2 replies
-
|
No, the callbacks need to be executed in a Fiber. That's what invoke callbacks does. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am studying the EventLoop and came across this:
event-loop/src/EventLoop/Internal/AbstractDriver.php
Lines 541 to 542 in 41f9c45
Is it a mistake? Should
$this->invokeMicrotasks();be called instead?Beta Was this translation helpful? Give feedback.
All reactions