Static methods

@:has_untypedstaticcreate(callb:() ‑> Void):Thread

Available on cpp, neko, hl, macro, java

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

Available on cs

@:has_untypedstaticcurrent():Thread

@:has_untypedstaticreadMessage(block:Bool):Dynamic

Available on cpp, cs, neko, macro, java

@: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

@:has_untyped@:implsendMessage(msg:Dynamic):Void

Available on cpp, neko

@:implsendMessage(msg:Dynamic):Void

Available on cs

@:implsendMessage(msg:Dynamic):Void

Available on hl

@:implsendMessage(msg:Dynamic):Void

Available on macro

@:implsendMessage(msg:Dynamic):Void

Available on java