parallel-lock-client doc fix
This commit is contained in:
parent
65460f5739
commit
324d1aa440
|
@ -333,7 +333,7 @@ parallel builder should continue without compiling @racket[zo-path].
|
||||||
@examples[
|
@examples[
|
||||||
#:eval cm-eval
|
#:eval cm-eval
|
||||||
(let* ([lc (parallel-lock-client)]
|
(let* ([lc (parallel-lock-client)]
|
||||||
[zo-name #"collects/racket/draw.rkt"]
|
[zo-name #"collects/racket/compiled/draw_rkt.zo"]
|
||||||
[locked? (and lc (lc 'lock zo-name))]
|
[locked? (and lc (lc 'lock zo-name))]
|
||||||
[ok-to-compile? (or (not lc) locked?)])
|
[ok-to-compile? (or (not lc) locked?)])
|
||||||
(dynamic-wind
|
(dynamic-wind
|
||||||
|
|
Loading…
Reference in New Issue
Block a user