Skip to content

Commit 87fbad4

Browse files
authored
Update System.php
1 parent 11e260f commit 87fbad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vennv/vapm/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public static function init(): void
155155
if (!self::$hasInit) {
156156
self::$hasInit = true;
157157
register_shutdown_function(fn() => self::runSingleEventLoop());
158-
register_tick_function(fn() => self::runEventLoop());
158+
register_tick_function(fn() => CoroutineGen::run());
159159
}
160160

161161
parent::init();

0 commit comments

Comments
 (0)