Static variables

staticread onlyevents:EventLoop

Static methods

staticcreate(job:() ‑> Void):Thread

Available on hl, macro, neko, java, cpp, cs

staticcreate(callb:() ‑> Void):Thread

Available on python

staticinlinecreateWithEventLoop(job:() ‑> Void):Thread

staticcurrent():Thread

@:op(A == B)staticinlineequals(this:ThreadImpl, other:Thread):Bool

Available on macro

@:keepstaticprocessEvents():Void

Available on hl, cpp, python

@:value({ block : true })staticreadMessage(block:Bool = true):Dynamic

Available on hl

staticreadMessage(block:Bool):Dynamic

Available on macro, neko, java, cpp, cs, python

staticrunWithEventLoop(job:() ‑> Void):Void

staticinlinesendMessage(this:ThreadImpl, msg:Dynamic):Void

staticinlineyield():Void

Available on macro