Exemple #1
0
 private static void EnterTPViaBackgroundWorker()
 {
     LazyThreadPooling.EnterTPViaBackgroundWorker();
 }
Exemple #2
0
 private static void EnterTPViaAsynchronousDelegates()
 {
     LazyThreadPooling.EnterTPViaAsynchronousDelegates();
 }
Exemple #3
0
 private static void EnterTPViaTaskParallelLibrary()
 {
     LazyThreadPooling.EnterTPViaTPL();
     LazyThreadPooling.EnterTPViaTPLWithResult();
 }
Exemple #4
0
 private static void EnterTPViaQueueUserWorkItem()
 {
     LazyThreadPooling.EnterTPViaQueueUserWorkItem();
 }