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