jruby/docs BETA
Navigation
org.jruby.ext.fiber.ThreadFiber 4
C FiberData
C FiberRequest
C FiberSchedulerSupport
E RequestType
FiberSchedulerSupport — members 5
C new()
M current_scheduler(context, self) IRubyObject
M get_scheduler(context, self) IRubyObject
M schedule(context, self, args, block) IRubyObject
M set_scheduler(context, self, scheduler) IRubyObject

org.jruby.ext.fiber.ThreadFiber.FiberSchedulerSupport

class 5 members

Constructors

new

new ( )
Java: <init>()

Class Methods

current_scheduler

IRubyObject current_scheduler ( ThreadContext context, IRubyObject self )
Java: current_scheduler(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

get_scheduler

IRubyObject get_scheduler ( ThreadContext context, IRubyObject self )
Java: get_scheduler(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

schedule

IRubyObject schedule ( ThreadContext context, IRubyObject self, IRubyObject[] args, Block block )
Java: schedule(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)

set_scheduler

IRubyObject set_scheduler ( ThreadContext context, IRubyObject self, IRubyObject scheduler )
Java: set_scheduler(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject scheduler)