Available on python, hl, neko, cpp, cs, macro, java
staticread onlyevents:EventLoop
staticcreate(callb:() ‑> Void):Thread
Available on python
staticcreate(job:() ‑> Void):Thread
Available on hl, neko, cpp, cs, macro, java
staticinlinecreateWithEventLoop(job:() ‑> Void):Thread
staticcurrent():Thread
@:op(A == B)staticinlineequals(this:ThreadImpl, other:Thread):Bool
Available on macro
@:keepstaticprocessEvents():Void
Available on python, hl, cpp
staticreadMessage(block:Bool):Dynamic
Available on python, neko, cpp, cs, macro, java
@:value({ block : true })staticinlinereadMessage(block:Bool = true):Dynamic
Available on hl
staticrunWithEventLoop(job:() ‑> Void):Void
staticinlinesendMessage(this:ThreadImpl, msg:Dynamic):Void
staticinlineyield():Void