If haxe.MainLoop is kept from DCE, then we will insert an haxe.EntryPoint.run() call just at then end of main(). This class can be redefined by custom frameworks so they can handle their own main loop logic.

Static variables

@:value(0)staticread onlythreadCount:Int = 0

Static methods

staticaddThread(f:() ‑> Void):Void

@:keepstaticrun():Void

Start the main loop. Depending on the platform, this can return immediately or will only return when the application exits.

staticrunInMainThread(f:() ‑> Void):Void

staticwakeup():Void

Wakeup a sleeping run()