BEPUutilities2.Threading.ParallelLooper.AddThread C# (CSharp) Method

AddThread() public method

Adds a thread to the manager.
public AddThread ( ) : void
return void
        public void AddThread()
        {
            AddThread(null);
        }

Same methods

ParallelLooper::AddThread ( System.Action threadStart ) : void