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 11e260f commit 87fbad4Copy full SHA for 87fbad4
src/vennv/vapm/System.php
@@ -155,7 +155,7 @@ public static function init(): void
155
if (!self::$hasInit) {
156
self::$hasInit = true;
157
register_shutdown_function(fn() => self::runSingleEventLoop());
158
- register_tick_function(fn() => self::runEventLoop());
+ register_tick_function(fn() => CoroutineGen::run());
159
}
160
161
parent::init();
0 commit comments