(zilch magic): close the daemon connection when we're done with it
This commit is contained in:
parent
c7a92cb052
commit
6e4d191145
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@
|
|||
(cons
|
||||
(thread-start!
|
||||
(make-thread
|
||||
(lambda () (call/cc (lambda (cc) (builder cc (daemon-connect)))))
|
||||
(lambda () (define thread-conn (daemon-connect)) (call/cc (lambda (cc) (builder cc thread-conn))) (daemon-close thread-conn))
|
||||
(string-append "ca-builder-" (number->string i))))
|
||||
builder-threads)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue