each evaluator gets its own thread group

svn: r5879
This commit is contained in:
Eli Barzilay 2007-04-07 06:26:43 +00:00
parent 874c0331c3
commit 0a266fabd3

View File

@ -457,6 +457,7 @@
[else (error 'make-evaluator "bad sandox-~a spec: ~e" what out)]))
(parameterize* ; the order in these matters
([current-custodian cust]
[current-thread-group (make-thread-group)]
[current-namespace (make-evaluation-namespace)]
[current-inspector (make-inspector)]
[exit-handler (lambda x (error 'exit "user code cannot exit"))]