-
Notifications
You must be signed in to change notification settings - Fork 0
Vygu
Várnagy Zoltán edited this page Sep 10, 2026
·
4 revisions
class Vygu
The cardinal class for a vygu application. It is a singleton, which loads an appropriate engine on first use.
ENGINE The engine argument for ins()
function ins( $args=[] )
Get singleton value
function run()
Run the even loop until termination
function runStep( $wait )
Do a single step on the event loop
-
$waitWait for at least one event to happen (bool) -
returnHas there been any events (bool)