org.jruby.libraries
Class ThreadLibrary.ThreadMethods

java.lang.Object
  extended by org.jruby.libraries.ThreadLibrary.ThreadMethods
Enclosing class:
ThreadLibrary

public static class ThreadLibrary.ThreadMethods
extends java.lang.Object


Constructor Summary
ThreadLibrary.ThreadMethods()
           
 
Method Summary
static IRubyObject exclusive(ThreadContext context, IRubyObject receiver, Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLibrary.ThreadMethods

public ThreadLibrary.ThreadMethods()
Method Detail

exclusive

public static IRubyObject exclusive(ThreadContext context,
                                    IRubyObject receiver,
                                    Block block)


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