haXe API Documentation
Back | Index
class neko.vm.Thread
Available in neko
function sendMessage(msg : Dynamic) : Void
static function create(callb : Void -> Void) : Thread
static function current() : Thread
static function readMessage(block : Bool) : Dynamic
Back | Index