Package org.jruby
Interface RubyThread.Task<Data,Return>
- All Superinterfaces:
RubyThread.Unblocker<Data>
- Enclosing class:
RubyThread
-
Method Summary
Modifier and TypeMethodDescriptionrun
(ThreadContext context, Data data) void
wakeup
(RubyThread thread, Data data)
-
Method Details
-
run
- Throws:
InterruptedException
-
wakeup
- Specified by:
wakeup
in interfaceRubyThread.Unblocker<Data>
-