Can I background a running thread in the Slime (Swank Emacs)

Viewed 367

I often find my self starting some long running process from the REPL and then wish I could carry on using the REPL for other tasks while it was running. Can I use slime to background the current thread or start a new REPL control thread? Starting an additional REPL buffer would be fine as well.

3 Answers
Related