<div dir="ltr">Hi,<br><br>It seems that abcl is currently running on the awt thread. As when I get an error, it says something along the lines <br><br>"#<THREAD "AWT-EventQueue-0" {3C6B5}>"<br><br>
This has some nasty side effects, namely:<br><br>1. eval blocks the ui (until the eval has finished)<br>2. On error, the version 1.1.0 locks down the ui completely. That is, the ui locks and doesn't come back.<br><br>
So it would be nice if I could run abcl on it's own separate thread. Is such a thing possible?<br><br>I guess in worst case I'll have to start up a separate thread in the eval (that is, in common lisp), which I think would do what I want. I would prefer to have the whole of abcl in its' own thread though.<br>
<br>Jonathan<br></div>