Static methods

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

Available on neko, java, cpp, macro, hl

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

Available on cs

staticcurrent():Thread

staticreadMessage(block:Bool):Dynamic

Available on neko, cs, java, cpp, macro

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

Available on hl

staticinlineyield():Void

Available on macro

Methods

@:impl@:op(A == B)inlineequals(other:Thread):Bool

Available on cpp

@:impl@:op(A == B)inlineequals(other:Thread):Bool

Available on macro

@:implsendMessage(msg:Dynamic):Void

Available on neko, cpp

@:implsendMessage(msg:Dynamic):Void

Available on cs

@:implsendMessage(msg:Dynamic):Void

Available on java

@:implsendMessage(msg:Dynamic):Void

Available on macro

@:implsendMessage(msg:Dynamic):Void

Available on hl