Static methods

@:hlNative("std","thread_create")staticcreate(callb:() ‑> Void):Thread

Available on hl, java, neko, macro, cpp

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

Available on cs

@:hlNative("std","thread_current")staticcurrent():Thread

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

Available on hl

staticreadMessage(block:Bool):Dynamic

Available on java, neko, cs, macro, cpp

staticinlineyield():Void

Available on macro

Methods

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

Available on macro

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

Available on cpp

@:implsendMessage(msg:Dynamic):Void

Available on hl

@:implsendMessage(msg:Dynamic):Void

Available on java

@:implsendMessage(msg:Dynamic):Void

Available on neko, cpp

@:implsendMessage(msg:Dynamic):Void

Available on cs

@:implsendMessage(msg:Dynamic):Void

Available on macro