AddThread() public méthode

Adds a thread to the manager.
public AddThread ( ) : void
Résultat void
 /// <summary>
 /// Adds a new worker thread to the engine.
 /// </summary>
 public void AddThread()
 {
     taskManager.AddThread();
     looper.AddThread();
 }