org.jruby.libraries
Class ThreadLibrary

java.lang.Object
  extended by org.jruby.libraries.ThreadLibrary
All Implemented Interfaces:
Library

public class ThreadLibrary
extends java.lang.Object
implements Library

Author:
MenTaLguY

Nested Class Summary
static class ThreadLibrary.ConditionVariable
           
static class ThreadLibrary.Mutex
           
static class ThreadLibrary.Queue
           
static class ThreadLibrary.SizedQueue
           
 
Constructor Summary
ThreadLibrary()
           
 
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

ThreadLibrary

public ThreadLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException


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