[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[ruby-core:63037] Re: [ruby-trunk - Feature #3944] Add Fiber#root? method
From:
SASADA Koichi <ko1@...>
Date:
2014-06-10 03:08:22 UTC
List:
ruby-core #63037
(2014/05/23 15:17), jjyruby@gmail.com wrote: > For example, I want write a method, when under EM::Synchrony environment it should use EM::Synchrony call(in fact is async call, and writing in sync, power by fiber), and when under Fiber#root, it should use sync call, so I need detect whether current fiber is root fiber. Could you break down the description? I don't know EM::Synchrony. Why you need to choose root or not root? -- // SASADA Koichi at atdot dot net