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

RemoveThread() public method

Removes a thread and blocks until success.
public RemoveThread ( ) : void
return void
        public void RemoveThread()
        {
            EnqueueTask(null, null);
            WaitForTaskCompletion();
            RemakeLoopSections();
        }