Skip to content
forked from socketry/async

An awesome asynchronous event-driven reactor for Ruby.

Notifications You must be signed in to change notification settings

wjwatkinson/async

This branch is 278 commits behind socketry/async:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

456df48 · Dec 27, 2021
Dec 25, 2021
Feb 1, 2020
Jul 21, 2021
Dec 11, 2021
Jul 23, 2021
Dec 23, 2021
Dec 27, 2021
Sep 8, 2020
Oct 29, 2020
May 22, 2017
Feb 14, 2021
Dec 23, 2021
Feb 13, 2021
Dec 23, 2021
Jul 17, 2021

Repository files navigation

Async

Async is a composable asynchronous I/O framework for Ruby based on nio4r and timers.

"Lately I've been looking into async, as one of my projects – tus-ruby-server – would really benefit from non-blocking I/O. It's really beautifully designed." janko

Development Status

Features

  • Scalable event-driven I/O for Ruby. Thousands of clients per process!
  • Light weight fiber-based concurrency. No need for callbacks!
  • Multi-thread/process containers for parallelism.
  • Growing eco-system of event-driven components.

Usage

Please see the project documentation.

Contributing

We welcome contributions to this project.

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create new Pull Request.

See Also

Projects Using Async

  • ciri — An Ethereum implementation written in Ruby.
  • falcon — A rack compatible server built on top of async-http.
  • rubydns — A easy to use Ruby DNS server.
  • slack-ruby-bot — A client for making slack bots.

License

Released under the MIT license.

Copyright, 2017, by Samuel G. D. Williams.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An awesome asynchronous event-driven reactor for Ruby.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%