
19 Jun
2011
19 Jun
'11
3:24 p.m.
* Nikodemus Siivola [2011-06-19 10:05] writes:
On 18 June 2011 19:37, Helmut Eller <heller@common-lisp.net> wrote:
4. Use a separate thread, keep mutable object local to thread, communicate with message passing
Does this seems appropriate?
https://github.com/nikodemus/Slime/commit/95a8e07535f985005519dfb6bc4bbc9bcf...
Is it necessary to run this in the control-thread? Can't you just create a separate thread for this? Helmut