C# Class Indiefreaks.Xna.Threading.SimpleScheduler

A simple work scheduler class, implemented with a blocking queue (producer-consumer).
Inheritance: IWorkScheduler
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
SimpleScheduler ( ) : System

Creates a new instance of the SimpleScheduler class.

Method Details

SimpleScheduler() public method

Creates a new instance of the SimpleScheduler class.
public SimpleScheduler ( ) : System
return System