org.jruby.libraries
Class FiberLibrary.FiberMeta

java.lang.Object
  extended by org.jruby.libraries.FiberLibrary.FiberMeta
Enclosing class:
FiberLibrary

public static class FiberLibrary.FiberMeta
extends java.lang.Object


Constructor Summary
FiberLibrary.FiberMeta()
           
 
Method Summary
static IRubyObject current(ThreadContext context, IRubyObject recv)
           
static IRubyObject yield(ThreadContext context, IRubyObject recv, IRubyObject[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiberLibrary.FiberMeta

public FiberLibrary.FiberMeta()
Method Detail

yield

public static IRubyObject yield(ThreadContext context,
                                IRubyObject recv,
                                IRubyObject[] args)
                         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

current

public static IRubyObject current(ThreadContext context,
                                  IRubyObject recv)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.