concurrent-ruby
https://github.com/ruby-concurrency/concurrent-ruby
Ruby
Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
#para_prepare
No Docs, write some!
Edit
git clone [email protected]:ruby-concurrency/concurrent-ruby.git
cd concurrent-ruby
open examples/benchmark_atomic_1.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs--para_prepare-for-pr
# Commit to gitgit add examples/benchmark_atomic_1.rbgit commit -m "better docs for #para_prepare"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs--para_prepare-for-pr
hub pull-request
# Celebrate!