package haxe
Available on all platformsstatic read only threadCount:Int
static add (f:Void ‑> Void, priority:Int = 0):MainEvent
Add a pending event to be run into the main loop.
static addThread (f:Void ‑> Void):Void
static inline hasEvents ():Bool
static runInMainThread (f:Void ‑> Void):Void
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/MainLoop.html