From: James Edward Gray II Date: 2006-11-08T04:44:11+09:00 Subject: Re: Inter-thread synchronization On Nov 7, 2006, at 1:27 PM, Caleb Clausen wrote: > Finally, a fairly trivial item. It's somewhat confusing that you have > to require 'thread' and not 'mutex' to get the Mutex class, whereas > Thread is built-in and one doesn't need to require 'thread' to get it > at all (if you can manage without high-level synchronization). This shouldn't be a problem for YARV (merging this month!), which has the built-in Mutex. James Edward Gray II