doc correction for will-execute
This commit is contained in:
parent
3e2325acaf
commit
52e7267273
|
@ -190,10 +190,10 @@ call. If no will is ready for immediate execution,
|
|||
@racket[will-execute] blocks until one is ready.}
|
||||
|
||||
|
||||
@defproc[(will-try-execute [executor any/c]) any]{
|
||||
@defproc[(will-try-execute [executor any/c] [v any/c #f]) any]{
|
||||
|
||||
Like @racket[will-execute] if a will is ready for immediate
|
||||
execution. Otherwise, @racket[#f] is returned.}
|
||||
execution. Otherwise, @racket[v] is returned.}
|
||||
|
||||
@;------------------------------------------------------------------------
|
||||
@section[#:tag "garbagecollection"]{Garbage Collection}
|
||||
|
|
Loading…
Reference in New Issue
Block a user