From 9469835be431bbbf59b8567932572d19ee8b2efd Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 27 Apr 2011 10:46:07 -0400 Subject: [PATCH] Add deftech for "future". --- collects/scribblings/reference/futures.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/futures.scrbl b/collects/scribblings/reference/futures.scrbl index f40ae6a6da..ee631c2050 100644 --- a/collects/scribblings/reference/futures.scrbl +++ b/collects/scribblings/reference/futures.scrbl @@ -23,7 +23,7 @@ The @racket[future] and @racket[touch] functions from by the hardware and operating system. In contrast to @racket[thread], which provides concurrency for arbitrary computations without parallelism, @racket[future] provides parallelism for limited -computations. A future executes its work in parallel (assuming that +computations. A @deftech{future} executes its work in parallel (assuming that support for parallelism is available) until it detects an attempt to perform an operation that is too complex for the system to run safely in parallel. Similarly, work in a future is suspended if it depends in some