Registry / utility / iobuffer

iobuffer

JSON →
library1.1.2rbrubygemsunverified

Fast buffers for non-blocking IO operations in Ruby.

gem install iobuffer
INSTALL
IMPORT
SIG · IOBUFFER
I
iobuffer
utilityrubyv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IOBuffer
require 'iobuffer'

Create an IOBuffer, write data, and read it back.

require 'iobuffer' buf = IOBuffer.new buf << "hello" buf.read(5) # => "hello"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iobuffer — gem install iobuffer · libregistry