[#1094] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — Dave Thomas <dave@...>

> * eval.c (rb_mod_autoload, rb_mod_autoload_p): new method;

12 messages 2003/05/29
[#1095] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — nobu.nokada@... 2003/05/29

Hi,

Re: mutex_m and thread

From: Dave Thomas <dave@...>
Date: 2003-05-07 09:04:52 UTC
List: ruby-core #1015
stillflame@FaerieMUD.org wrote:
> Dave Thomas writes:
> 
>> Currently we have two parallel implementations of mutex, one in 
>> thread.rb and one in mutex_m.rb.
> 
> 
> Does Sync from sync.rb count as another one?
> - Martin Chase

Not really - the mutexes in thread and mutex_m have identical 
interfaces, while sync is different. I was just hoping to remove the 
code duplication.

Cheers


Dave


In This Thread