示例#1
0
 protected override IThreadPoolResult CreateResult(Action action)
 {
     return(ThreadPool.Create(action));
 }