W3cubDocs

/Haxe Sys

Thread(HaxeThread)

package sys.thread

Available on cs, neko, cpp, macro, java, hl

Static methods

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

Available on cs

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

Available on neko, cpp, macro, java, hl

staticcurrent():Thread

staticreadMessage(block:Bool):Dynamic

Available on cs, neko, cpp, macro, java

staticreadMessage(block:Bool = true):Dynamic

Available on hl

staticinlineyield():Void

Available on macro

Methods

inlineequals(other:Thread):Bool

Available on cpp

inlineequals(other:Thread):Bool

Available on macro

sendMessage(msg:Dynamic):Void

Available on cs

sendMessage(msg:Dynamic):Void

Available on neko, cpp

sendMessage(msg:Dynamic):Void

Available on macro

sendMessage(msg:Dynamic):Void

Available on java

sendMessage(msg:Dynamic):Void

Available on hl

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/sys/thread/Thread.html