class cpp.vm.Thread

Class Fields

static function create(callb:Void ->Void): Thread

Creates a new thread that will execute the [callb] function, then exit.

Instance Fields