21 void testTaskDestr ();
23 void testNetworkReplyGoodNoWait ();
24 void testNetworkReplyGoodWait ();
25 void testNetworkReplyBadNoWait ();
26 void testNetworkReplyBadWait ();
28 void testFutureAwaiter ();
31 void testWaitManyTuple ();
35 void testThrottleSameCoro ();
36 void testThrottleSameCoroSlow ();
37 void testThrottleSameCoroVerySlow ();
38 void testThrottleManyCoros ();
40 void testContextDestrBeforeFinish ();
41 void testContextDestrAfterFinish ();
42 void testContextDestrDoesntWaitTimer ();
43 void testContextDestrDoesntWaitNetwork ();
44 void testContextDestrDoesntWaitProcess ();
45 void testContextDestrDoesntWaitFuture ();
47 void cleanupTestCase ();