clarify reason for second (lock #t) call
svn: r10500
This commit is contained in:
parent
9699450d99
commit
105091bcd4
|
@ -1180,6 +1180,11 @@ TODO
|
|||
(if need-interaction-cleanup?
|
||||
(cleanup-interaction)
|
||||
(cleanup))
|
||||
;; HACK: lock the interactions now; the reason for this
|
||||
;; is that `cleanup-interaction' invokes
|
||||
;; `enable-evaluation', and in "unit.ss" this is defined
|
||||
;; to unlock the interactions which might make sense in
|
||||
;; that context.
|
||||
(lock #t))))))))
|
||||
|
||||
(define/public (run-in-evaluation-thread thunk) ; =Kernel=
|
||||
|
|
Loading…
Reference in New Issue
Block a user