Registry / async / cool-io

cool-io

JSON →
library1.9.4rbrubygemsunverified

High-performance event framework for Ruby using the libev C library.

gem install cool.io
INSTALL
IMPORT
SIG · COOL-IO
C
cool-io
asyncrubyv1.9.4
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.

Coolio
require 'cool.io'

Create a timer watcher and run the event loop.

require 'cool.io' loop = Coolio::Loop.default watcher = Coolio::TimerWatcher.new(1, true) { puts 'tick' } loop.attach(watcher) loop.run
Debug
Known issues
breakingRequires libev to be installed; may have compatibility issues on some platforms.
fix
Install libev via system package manager or use a compatible Ruby version.
affects: >= 1.0.0
Upgrade
Version history
1.9.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
OpenAI (training)
1
Resources
cool-io — gem install cool-io · libregistry