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