Package org.jruby
Interface RubyThread.ReadWrite<Data>
- All Superinterfaces:
RubyThread.Unblocker<Data>
- Enclosing class:
- RubyThread
-
Method Summary
Modifier and TypeMethodDescriptionintrun(ThreadContext context, Data data, byte[] bytes, int start, int length) voidwakeup(RubyThread thread, Data data)
-
Method Details
-
run
int run(ThreadContext context, Data data, byte[] bytes, int start, int length) throws InterruptedException - Throws:
InterruptedException
-
wakeup
- Specified by:
wakeupin interfaceRubyThread.Unblocker<Data>
-