fix small mistake in the docs
This commit is contained in:
parent
f54ea70ae0
commit
9d863ca2fe
|
@ -155,7 +155,7 @@ executors as they become ready in another thread.
|
|||
(will-register an-executor a-box-to-track executor-proc)
|
||||
(eval:alts (collect-garbage) (void))
|
||||
(set! a-box-to-track #f)
|
||||
(eval:alts (collect-garbage) (executor-proc))]
|
||||
(eval:alts (collect-garbage) (executor-proc 'random-junk))]
|
||||
|
||||
|
||||
@defproc[(make-will-executor) will-executor?]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user