forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -3,6 +3,11 @@ package lua.lib.luv;
|
||||
@:luaRequire("luv")
|
||||
extern class Loop {
|
||||
static function loop_close():Bool;
|
||||
/**
|
||||
Runs the event loop of libuv.
|
||||
|
||||
Haxe compiler automatically inserts a call to this function at the end of user's code if needed.
|
||||
**/
|
||||
static function run(?mode:String):Bool;
|
||||
static function loop_alive():Bool;
|
||||
static function stop():Void;
|
||||
|
||||
Reference in New Issue
Block a user