Does anyone rely on recursion in WITH-THREAD-MUTEX-LOCKED? I would like to prohibit recursive thread mutex locks altogether, and prohibit the use of THREAD-MUTEX-OWNER except as a diagnostic and debugging feature.
(Diagnostic: assert I don't own it. Debugging: discover who owns it in post-mortem analysis of a crash.) _______________________________________________ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel