Skip to content

Commit

Permalink
Update System.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 25, 2024
1 parent ce01b28 commit 1050a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vennv/vapm/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function init(): void
if (!self::$hasInit) {
self::$hasInit = true;
register_shutdown_function(fn() => self::runSingleEventLoop());
register_tick_function(fn() => self::runEventLoop());
register_tick_function(fn() => CoroutineGen::run());
}

parent::init();
Expand Down

0 comments on commit 1050a47

Please sign in to comment.