From cb12a81daff88820d13b66205ac81e9d4d6333b1 Mon Sep 17 00:00:00 2001 From: James Swaine Date: Fri, 19 Feb 2010 19:21:03 +0000 Subject: [PATCH] added test notes to futures test suite svn: r18191 --- collects/tests/future/future.ss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/collects/tests/future/future.ss b/collects/tests/future/future.ss index 01ba92b82e..139fc96969 100644 --- a/collects/tests/future/future.ss +++ b/collects/tests/future/future.ss @@ -3,6 +3,16 @@ (Section 'future) (require scheme/future) +#|Need to add expressions which raise exceptions inside a +future thunk which can be caught at the touch site +(as opposed to using with-handlers). + +Both future and touch should be called from within a future thunk. + +We should also test deep continuations. + +|# + ;; ---------------------------------------- (test 2