org.jruby.ext.fiber
Class ThreadFiberLibrary

java.lang.Object
  extended by org.jruby.ext.fiber.ThreadFiberLibrary
All Implemented Interfaces:
Library

public class ThreadFiberLibrary
extends java.lang.Object
implements Library

A thread-based implementation of Ruby 1.9 Fiber library.


Constructor Summary
ThreadFiberLibrary()
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadFiberLibrary

public ThreadFiberLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
Specified by:
load in interface Library


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