예제 #1
0
 public WatchableThread(MSystemThreadPool controller)
 {
     this.controller = controller;
     Thread          = new Thread(ConsumeJobs);
     Thread.Name     = "wt";
     Thread.Start();
     Debug.LogError(222);
 }
예제 #2
0
 static MSystemThreadPool()
 {
     _instance = new MSystemThreadPool();
 }