BEPUphysics.Threading.ThreadManagerTPL.AddThread C# (CSharp) Method

AddThread() public method

Notifies the thread manager that it should use another thread.
public AddThread ( ) : void
return void
        public void AddThread()
        {
            TaskManager.AddThread();
        }

Same methods

ThreadManagerTPL::AddThread ( Action initialization, object initializationInformation ) : void