Exemple #1
0
 public void ThreadPoolNoOpts() => RecursiveThread.CreateThreadPoolNoOpts(2);
Exemple #2
0
 public void ThreadPool() => RecursiveThread.CreateThreadPool(2);
Exemple #3
0
 public void SimpleThread() => RecursiveThread.CreateThread(2);