I am working with SBCL (SBCL 1.2.13.84-7d75f89) learning Common Lisp from this book. I have run into a problem, trying to find and load the package named multiprocessing
.
(This is in Chapter 29 of the book)
I have tried doing (ql:system-apropos "multiprocessing")
, (ql:system-apropos "thread")
, (ql:system-apropos "smp")
trying to see if there is a quicklisp package that uses it.
I have also searched using google, and even at Quickdocs but I seem to be failing somewhere.
I would be grateful for any assistance.