Package org.jruby
Class RubyThread.SleepTask
java.lang.Object
org.jruby.RubyThread.SleepTask
- All Implemented Interfaces:
RubyThread.BlockingTask
- Enclosing class:
RubyThread
-
Constructor Details
-
Method Details
-
run
- Specified by:
run
in interfaceRubyThread.BlockingTask
- Throws:
InterruptedException
-
wakeup
public void wakeup()- Specified by:
wakeup
in interfaceRubyThread.BlockingTask
-