[#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,

mutex_m and thread

From: Dave Thomas <dave@...>
Date: 2003-05-05 16:35:19 UTC
List: ruby-core #1013
Folks:

Currently we have two parallel implementations of mutex, one in 
thread.rb and one in mutex_m.rb.

Would it be possible to change the one in thread.rb to:

   class Mutex
     include Mutex_m
   end

Cheers


Dave


In This Thread

Prev Next