From 6bde32081338ce8075854f4c47ce8ca5347df919 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Jan 2011 17:06:20 -0800 Subject: eliminate G constant and just use the Rainbows! module Code organization is hard :< --- lib/rainbows/fiber/base.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/rainbows/fiber/base.rb') diff --git a/lib/rainbows/fiber/base.rb b/lib/rainbows/fiber/base.rb index ae885b6..126f338 100644 --- a/lib/rainbows/fiber/base.rb +++ b/lib/rainbows/fiber/base.rb @@ -19,7 +19,7 @@ module Rainbows::Fiber::Base # will cause it. def schedule(&block) begin - G.tick + Rainbows.tick t = schedule_sleepers ret = select(RD.compact.concat(LISTENERS), WR.compact, nil, t) rescue Errno::EINTR @@ -56,10 +56,10 @@ module Rainbows::Fiber::Base end def process(client) - G.cur += 1 + Rainbows.cur += 1 client.process_loop ensure - G.cur -= 1 + Rainbows.cur -= 1 ZZ.delete(client.f) end -- cgit v1.2.3-24-ge0c7