RemoveThread() public method

Removes a thread from the manager.
public RemoveThread ( ) : void
return void
 /// <summary>
 /// Removes a worker thread from the engine.
 /// </summary>
 public void RemoveThread()
 {
     taskManager.RemoveThread();
     looper.RemoveThread();
 }