Example #1
0
 public Job(TestThreadPool t)
 {
     tpf = t;
 }
Example #2
0
 static void Main0()
 {
     IThreadPool    tp = new GenThreadPoolImpl(200, 300, 300, true);
     TestThreadPool p  = new TestThreadPool(tp, 100);
 }