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