21 void testTaskDestr ();
23 void testNetworkReplyGoodNoWait ();
24 void testNetworkReplyGoodWait ();
25 void testNetworkReplyBadNoWait ();
26 void testNetworkReplyBadWait ();
28 void testFutureAwaiter ();
31 void testWaitManyTuple ();
32 void testWaitManyInvoking ();
35 void testEitherIgnoreLeft ();
37 void testThrottleSameCoro ();
38 void testThrottleSameCoroSlow ();
39 void testThrottleSameCoroVerySlow ();
40 void testThrottleManyCoros ();
42 void testContextDestrBeforeFinish ();
43 void testContextDestrAfterFinish ();
44 void testContextDestrAwaitedSubtask ();
45 void testContextDestrDoesntWaitTimer ();
46 void testContextDestrDoesntWaitNetwork ();
47 void testContextDestrDoesntWaitProcess ();
48 void testContextDestrDoesntWaitFuture ();
54 void cleanupTestCase ();