There's a new release of Bordeaux-Threads.
Noteworthy changes since 0.8.0:
* Update ABCL support, reimplementing locks based on
java.util.concurrent.locks.ReentrantLock and adding condition
variables - thanks to Mark Evenson
* Remove warning about threads not being supported, when
applicable
--
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
http://common-lisp.net/project/iolib
> Hi.
>
> New to the list. I noticed the Trac API gives the function name as
> THREAD-JOIN, which doesn't exist in bordeaux-threads under SBCL. However
> JOIN-THREAD does. Should one or the other be changed?
>
> Regards,
> Jeff Cunningham