haXe API Documentation
Back | Index
extern class cs.system.threading.Thread
Available in cs
function new(s : ThreadStart) : Void
function Abort() : Void
function Join() : Void
function Start() : Void
static function AllocateDataStoreSlot() : cs.system.LocalDataStoreSlot
static function GetData(slot : cs.system.LocalDataStoreSlot) : Dynamic
static function SetData(slot : cs.system.LocalDataStoreSlot, data : Dynamic) : Void
static function Sleep(ms : Int) : Void
Back | Index