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

ParallelLooper() public method

Constructs a new parallel loop manager.
public ParallelLooper ( ) : System
return System
        public ParallelLooper()
        {
            loopFinished = new AutoResetEvent(false);
        }