nn::os::Thread::Detach Member Function#include <nn/os.h> void Detach();
None.
Detaches a thread.
Doing so essentially declares that this object will not perform any more operations on the thread. The Finalize function and the destructor then become the only valid calls that can be made on this object.
This function cannot be called on threads that were started using Start.
CONFIDENTIAL