API documentation
class cpp.vm.Thread
static function create(callb:Void ->Void): Thread
Creates a new thread that will execute the [callb] function, then exit.
var handle:ThreadHandle