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