BEPUphysics.Threading.SpecializedThreadManager.WaitForTaskCompletion C# (CSharp) Method

WaitForTaskCompletion() public method

Waits until all tasks enqueued using enqueueTask are complete.
public WaitForTaskCompletion ( ) : void
return void
        public void WaitForTaskCompletion()
        {
            taskManager.WaitForTaskCompletion();
        }