System.Threading.Tasks.Scheduler.Scheduler C# (CSharp) Method

Scheduler() public method

public Scheduler ( ) : System
return System
		public Scheduler ()
			: this (Environment.ProcessorCount, 0, ThreadPriority.Normal)
		{
			
		}
		

Same methods

Scheduler::Scheduler ( int maxWorker, int maxStackSize, ThreadPriority priority ) : System