svn: r10497

original commit: 85dd9b0e3134395002e72b4797a4838a2e6c88ae
This commit is contained in:
Eli Barzilay 2008-06-29 02:52:18 +00:00
parent 78b446852d
commit f9a7c7c9ed

View File

@ -193,7 +193,7 @@ If @scheme[v] is an event in MzScheme's sense (not to be confused with
@scheme[v] via @scheme[handle-evt], it is not called in tail position
with respect to the @scheme[yield].
Always use @scheme[(yield @scheme[v])] instead of a busy-wait loop.
Always use @scheme[(yield v)] instead of a busy-wait loop.
}
@defproc[(sleep/yield [secs (and/c real? (not/c negative?))])