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