[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mutex-owner

This page is part of the web mail archives of SRFI 18 from before July 7th, 2015. The new archives for SRFI 18 contain all messages, not just those from before July 7th, 2015.



In order to implement `mutex-owner' we need to be able to inspect the
mutex.  If the implementation is based upon a non-custom threads
library, such facilities may not be available.  For example, the POSIX
threads interface doesn't provide it.

I'm thus afraid that `mutex-owner' demands too much of the
implementation.