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

RemoveThread() public method

Notifies the thread manager that it should decrease the number of threads used.
public RemoveThread ( ) : void
return void
        public void RemoveThread()
        {
            TaskManager.RemoveThread();
        }