MainLoop

MainLoop

package haxe

Available on all platforms

Static variables

static read only threadCount:Int

Static methods

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/MainLoop.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部