Beispiel #1
0
 public static void Main()
 {
     Echo.Go();
     ApmExceptionHandling.Go();
     ApmUI.Go();
     ComputeBoundApm.Go();
     ThreadIO.Go();
     ApmTasks.Go();
     Eap.Go();
 }
Beispiel #2
0
 public static void Main()
 {
     PipeDemo.Go().Wait();
     AsyncFuncCodeTransformation.Go();
     TaskLogger.Go().Wait();
     EventAwaiterDemo.Go();
     Features.Go();
     GuiDeadlockWindow.Go();
     Cancellation.Go().Wait();
     ThreadIO.Go();
     var s = AwaitWebClient(new Uri("http://Wintellect.com/")).Result;
 }
Beispiel #3
0
 public static void Go()
 {
     using (ThreadIO.BeginBackgroundProcessing()) {
         // Issue low-priority I/O request in here...
     }
 }