SpicyPixel.Threading.Tasks.FiberTaskScheduler.Dispose C# (CSharp) Method

Dispose() public method

Releases all resource used by the SpicyPixel.Threading.Tasks.FiberTaskScheduler object.
Call the method when you are finished using the SpicyPixel.Threading.Tasks.FiberTaskScheduler. The method leaves the SpicyPixel.Threading.Tasks.FiberTaskScheduler in an unusable state. After calling the method, you must release all references to the SpicyPixel.Threading.Tasks.FiberTaskScheduler so the garbage collector can reclaim the memory that the SpicyPixel.Threading.Tasks.FiberTaskScheduler was occupying.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);
              	GC.SuppressFinalize(this);
        }

Same methods

FiberTaskScheduler::Dispose ( bool disposing ) : void