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.
Concurrent::Collection::MriMapBackend#initialize
No Docs, write some!
Edit
git clone [email protected]:ruby-concurrency/concurrent-ruby.git
cd concurrent-ruby
open lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Concurrent--Collection--MriMapBackend-initialize-for-pr
# Commit to gitgit add lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rbgit commit -m "better docs for Concurrent::Collection::MriMapBackend#initialize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Concurrent--Collection--MriMapBackend-initialize-for-pr
hub pull-request
# Celebrate!