Forum: Ruby-core Add Fiber#root? method

Posted by zzak (Zachary Scott) (Guest)
on 2013-03-01 16:06
(Received via mailing list)
Issue #3944 has been updated by zzak (Zachary Scott).


Julien please see ruby-core:45849 and also read up on the wiki: 
http://bugs.ruby-lang.org/projects/ruby/wiki/HowTo...
----------------------------------------
Feature #3944: Add Fiber#root? method
https://bugs.ruby-lang.org/issues/3944#change-37225

Author: mperham (Mike Perham)
Status: Assigned
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category:
Target version: Next Major


=begin
 Since the root fiber is treated differently than other Fibers (e.g. you 
can't yield from the root), code which can optionally use fibers for 
high-performance IO (in my case, the Mysql2 driver) needs Fiber#root? to 
know when it can use Fibers to execute a query versus using a standard 
blocking call.
=end
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.