Available on hl, cs, neko, python, cpp, java, macro
staticread onlyevents:EventLoop
staticcreate(job:() ‑> Void):Thread
Available on hl, cs, neko, cpp, java, macro
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, python, cpp
@:value({ block : true })staticreadMessage(block:Bool = true):Dynamic
Available on hl
staticreadMessage(block:Bool):Dynamic
Available on cs, neko, python, cpp, java, macro
staticrunWithEventLoop(job:() ‑> Void):Void
staticinlinesendMessage(this:ThreadImpl, msg:Dynamic):Void
staticinlineyield():Void