[slime-devel] Extra Swank threads after slime-disconnect
Alan Caulkins
fatman at maxint.net
Sun Aug 1 14:00:57 UTC 2004
Oops. It looks like I got the polarity wrong on that diff I just sent.
Guess it was a long night.
-A
Linux: The ultimate video game.
506a507,510
> (defun kill-connection-threads (connection)
> (kill-thread (connection.control-thread connection)
> (kill-thread (connection.repl-thread connection))))
>
613c617,618
< :serve-requests #'spawn-threads-for-connection))
---
> :serve-requests #'spawn-threads-for-connection
> :cleanup #'kill-connection-threads))
More information about the slime-devel
mailing list