|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyBasicObject
org.jruby.RubyObject
org.jruby.libraries.FiberLibrary.Fiber
public class FiberLibrary.Fiber
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jruby.RubyObject |
---|
RubyObject.ObjectMethods |
Nested classes/interfaces inherited from class org.jruby.RubyBasicObject |
---|
RubyBasicObject.BasicObjectMethods, RubyBasicObject.Finalizer |
Field Summary |
---|
Fields inherited from class org.jruby.RubyObject |
---|
OBJECT_ALLOCATOR |
Fields inherited from class org.jruby.RubyBasicObject |
---|
ALL_F, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, TAINTED_F, UNDEF, UNTRUSTED_F, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F |
Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
---|
NULL_ARRAY |
Constructor Summary | |
---|---|
FiberLibrary.Fiber(Ruby runtime,
RubyClass type)
|
Method Summary | |
---|---|
IRubyObject |
alive_p(ThreadContext context)
|
IRubyObject |
initialize(ThreadContext context,
IRubyObject[] args,
Block block)
|
IRubyObject |
resume(ThreadContext context,
IRubyObject[] args)
|
IRubyObject |
transfer(IRubyObject[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FiberLibrary.Fiber(Ruby runtime, RubyClass type)
Method Detail |
---|
public IRubyObject initialize(ThreadContext context, IRubyObject[] args, Block block)
public IRubyObject resume(ThreadContext context, IRubyObject[] args) throws java.lang.InterruptedException
java.lang.InterruptedException
public IRubyObject transfer(IRubyObject[] args) throws java.lang.InterruptedException
java.lang.InterruptedException
public IRubyObject alive_p(ThreadContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |