Starts a new Thread that runs "method" on object "instance" with "userdata" passed as an argument. The "priority" of the Thread can be changed by passing a PRIORITY_* enum. Returns OK on success, or ERR_CANT_CREATE on failure.
See Implementation
Starts a new Thread that runs "method" on object "instance" with "userdata" passed as an argument. The "priority" of the Thread can be changed by passing a PRIORITY_* enum. Returns OK on success, or ERR_CANT_CREATE on failure.