java.lang.Object
org.jruby.RubyThread.SleepTask
- All Implemented Interfaces:
RubyThread.BlockingTask
- Enclosing class:
RubyThread
@Deprecated(since="10.1.0.0")
public static final class RubyThread.SleepTask
extends Object
implements RubyThread.BlockingTask
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SleepTask
Deprecated.
-
-
Method Details
-
run
Deprecated.- Specified by:
runin interfaceRubyThread.BlockingTask- Throws:
InterruptedException
-
wakeup
public void wakeup()Deprecated.- Specified by:
wakeupin interfaceRubyThread.BlockingTask
-