doc tweak
This commit is contained in:
parent
8ef896431a
commit
281f935503
|
@ -70,8 +70,8 @@ in parallel. See also @guidesecref["effective-futures"].
|
||||||
|
|
||||||
@defproc[(current-future) (or/c #f future?)]{
|
@defproc[(current-future) (or/c #f future?)]{
|
||||||
Returns the descriptor of the future whose thunk execution is the
|
Returns the descriptor of the future whose thunk execution is the
|
||||||
current continuation. If a future thunk uses @racket[touch], the
|
current continuation. If a future thunk itself uses @racket[touch],
|
||||||
future executions can be nested, in which case the descriptor of the
|
future-thunk executions can be nested, in which case the descriptor of the
|
||||||
most immediately executing future is returned. If the current
|
most immediately executing future is returned. If the current
|
||||||
continuation is not a future-thunk execution, the result is @racket[#f].
|
continuation is not a future-thunk execution, the result is @racket[#f].
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user