svn: r10497
This commit is contained in:
Eli Barzilay 2008-06-29 02:52:18 +00:00
parent 8024601262
commit 85dd9b0e31

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?))])