Uses of Interface
org.jruby.RubyThread.ReadWrite
Packages that use RubyThread.ReadWrite
-
Uses of RubyThread.ReadWrite in org.jruby
Methods in org.jruby with parameters of type RubyThread.ReadWriteModifier and TypeMethodDescription<Data> int
RubyThread.executeReadWrite
(ThreadContext context, Data data, byte[] bytes, int start, int length, RubyThread.ReadWrite<Data> task) Execute an interruptible read or write operation with the given byte range and data object.<Data> int
RubyThread.executeReadWrite
(ThreadContext context, Data data, ByteBuffer bytes, int start, int length, RubyThread.ReadWrite<Data> task) -
Uses of RubyThread.ReadWrite in org.jruby.util.io
Fields in org.jruby.util.io declared as RubyThread.ReadWriteModifier and TypeFieldDescriptionstatic final RubyThread.ReadWrite
<ChannelFD> OpenFile.PREAD_TASK
static final RubyThread.ReadWrite
<ChannelFD> OpenFile.PWRITE_TASK