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 testThrottleManyCoros ();
39 void testContextDestrBeforeFinish ();
40 void testContextDestrAfterFinish ();
41 void testContextDestrDoesntWaitTimer ();
42 void testContextDestrDoesntWaitNetwork ();
43 void testContextDestrDoesntWaitProcess ();
44 void testContextDestrDoesntWaitFuture ();
46 void cleanupTestCase ();