상속: IScheduler
예제 #1
0
		protected TaskScheduler ()
		{
			this.id = Interlocked.Increment (ref lastId);
			this.proxy = new SchedulerProxy (this);
		}
예제 #2
0
파일: TaskScheduler.cs 프로젝트: papeh/mono
 protected TaskScheduler()
 {
     this.id    = Interlocked.Increment(ref lastId);
     this.proxy = new SchedulerProxy(this);
 }