Available on hl, cs, neko, cpp, java, macro
@:hlNative("std","thread_create")staticcreate(callb:() ‑> Void):Thread
Available on hl, neko, cpp, java, macro
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 cs, neko, cpp, java, macro
staticinlineyield():Void
Available on macro
@:impl@:op(A == B)inlineequals(other:Thread):Bool
Available on cpp
@:implsendMessage(msg:Dynamic):Void
Available on neko, cpp
Available on java