org.jruby
Interface RubyThread.BlockingTask

All Known Implementing Classes:
JRuby.NativeFunctionTask, RubyThread.SleepTask
Enclosing class:
RubyThread

public static interface RubyThread.BlockingTask


Method Summary
 void run()
           
 void wakeup()
           
 

Method Detail

run

void run()
         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

wakeup

void wakeup()


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