[ruby-core:32726] Re: [Ruby 1.9-Feature#3436] Spawn the timer thread lazily

From: SASADA Koichi <ko1@...>
Date: 2010-10-08 14:36:13 UTC
List: ruby-core #32726
(2010/10/08 15:12), Nobuyoshi Nakada wrote:
> Hi,
> 
> At Tue, 5 Oct 2010 03:09:42 +0900,
> Mark Somerville wrote in [ruby-core:32686]:
>> The thread is now only used when it is required to schedule
>> Ruby threads. When there is only the main thread, signals are
>> handled immediately in sighandler().
> 
> Seems almost fine.  Since aded missing prototypes, no needs to
> move some functions now.

Timer thread also handles signals.
I'm not sure that your patch work fine.

-- 
// SASADA Koichi at atdot dot net

In This Thread