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