We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf6040 commit b378b91Copy full SHA for b378b91
src/Core/Async/EventLoop.php
@@ -70,10 +70,6 @@ class EventLoop
70
*/
71
private function __construct()
72
{
73
- if (!function_exists('uv_loop_new')) {
74
- throw new BadMethodCallException('Cannot create EventLoop, ext-uv extension missing');
75
- }
76
-
77
$this->taskQueue = new SplQueue();
78
$this->fibers = new SplObjectStorage();
79
$this->startTime = $this->getCurrentTime();
0 commit comments