Uh oh!
There was an error while loading. Please reload this page.
UV Event Loop (PECL ext-uv) - #112
Conversation
c6dcbde to
7a359c5CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
clue
left a comment
There was a problem hiding this comment.
Nice, would love to see more extensions find their way into this project! 👍
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
WyriHaximus
commented
Apr 9, 2018
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… off upwards as suggested by @clue at reactphp#112 (comment)
…ignal listeners attached for calling `uv_run`, modeled (copied) the bit from `ExtEvLoop` and had to rename $timerEvents to $timers (also makes more sense) as suggested by @clue at reactphp#112 (comment)
…nged and what failed before the change, as suggested by @clue at reactphp#112 (comment)
…omment) The property was only used in one method and adding more bloat than solving a problem
WyriHaximus
commented
Dec 10, 2018
WyriHaximus
commented
Dec 10, 2018
FYI the issues I was having wheren't related to the event loop directly but due to file descriptors being passed on child processed by default, solving that down/upstream depending on your perspective: WyriHaximus/reactphp-child-process-messenger#22 |
clue
left a comment
There was a problem hiding this comment.
@WyriHaximus added minor remarks only, can you squash this to a reasonable number of commits before the next review? ![]()
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| if ($status !== 0) { | ||
| unset($this->flags[(int) $stream]); | ||
| $this->pollStream($stream); | ||
| } |
WyriHaximus
commented
Jan 11, 2019
@clue will squash into one commit once everyone approves it before merging it |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
clue
left a comment
There was a problem hiding this comment.
It's happening: Squash and then let's get this in!
🎉
WyriHaximus
commented
Jan 13, 2019
WyriHaximus
commented
Jan 13, 2019
It is time for this PR to be merged, I've squashed all commits into one, the original unrewritten history can be found here: https://github.com/WyriHaximus-labs/event-loop/tree/blacklight-history |

No description provided.