public static interface RubyThread.ReadWrite<Data> extends RubyThread.Unblocker<Data>
Modifier and Type | Method and Description |
---|---|
int |
run(ThreadContext context,
Data data,
byte[] bytes,
int start,
int length) |
void |
wakeup(RubyThread thread,
Data data) |
int run(ThreadContext context, Data data, byte[] bytes, int start, int length) throws java.lang.InterruptedException
java.lang.InterruptedException
void wakeup(RubyThread thread, Data data)
wakeup
in interface RubyThread.Unblocker<Data>
Copyright © 2001-2022 JRuby. All Rights Reserved.