Registry / async / ione
library1.3.0rbrubygemsunverified

Reactive programming framework for Ruby with painless evented IO, futures, and an efficient byte buffer.

gem install ione
INSTALL
IMPORT
SIG · IONE
I
ione
asyncrubyv1.3.0
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.

Ione
require 'ione'

Create and handle a resolved future

require 'ione' # Create a future future = Ione::Future.resolved(42) future.on_value { |v| puts v }
Debug
Known issues
breakingRequires Ruby 2.5+ for keyword argument support
fix
Upgrade Ruby to 2.5 or later
affects: >= 1.0.0
Upgrade
Version history
1.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
Resources
ione — gem install ione · libregistry