-
Name
-
async
-
Version
-
1.5.0
-
Platform
-
ruby
-
Authors
-
Samuel Williams
-
Bindir
-
bin
-
Date
-
2018-04-08 00:00:00 UTC
-
Dependencies
-
nio4r (~> 2.0)
timers (~> 4.1)
async-rspec (~> 1.1, development)
bundler (~> 1.3, development)
rspec (~> 3.6, development)
rake (>= 0, development)
-
Description
-
Async provides a modern asynchronous I/O framework for Ruby, based
on nio4r. It implements the reactor pattern, providing both IO and timer
based events.
-
Email
-
samuel.williams@oriontransfer.co.nz
-
Files
-
.editorconfig
.gitignore
.rspec
.travis.yml
.yardopts
Gemfile
Guardfile
README.md
Rakefile
async.gemspec
benchmark/async_vs_lightio.rb
examples/async_method.rb
examples/fibers.rb
examples/sleep_sort.rb
lib/async.rb
lib/async/condition.rb
lib/async/logger.rb
lib/async/measure.rb
lib/async/node.rb
lib/async/notification.rb
lib/async/queue.rb
lib/async/reactor.rb
lib/async/task.rb
lib/async/version.rb
lib/async/wrapper.rb
logo.png
logo.svg
papers/1982 Grossman.pdf
papers/1987 ODell.pdf
spec/async/condition_examples.rb
spec/async/condition_spec.rb
spec/async/logger_spec.rb
spec/async/node_spec.rb
spec/async/notification_spec.rb
spec/async/performance_spec.rb
spec/async/queue_spec.rb
spec/async/reactor/nested_spec.rb
spec/async/reactor_spec.rb
spec/async/task_spec.rb
spec/async/wrapper_spec.rb
spec/spec_helper.rb
-
Homepage
-
https://github.com/socketry/async
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.2.7
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.7.6
-
Specification version
-
4
-
Summary
-
Async is an asynchronous I/O framework based on nio4r.
-
Test files
-
spec/async/condition_examples.rb
spec/async/condition_spec.rb
spec/async/logger_spec.rb
spec/async/node_spec.rb
spec/async/notification_spec.rb
spec/async/performance_spec.rb
spec/async/queue_spec.rb
spec/async/reactor/nested_spec.rb
spec/async/reactor_spec.rb
spec/async/task_spec.rb
spec/async/wrapper_spec.rb
spec/spec_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby