dry-rb / dry-container

A simple, configurable object container implemented in Ruby
https://dry-rb.org/gems/dry-container
MIT License
335 stars 41 forks source link

Docs: Replacing references to ThreadSafe with Concurrent - ThreadSafe… #72

Closed gardwired closed 3 years ago

gardwired commented 3 years ago

… has been merged into concurrent-ruby gem.

Hi, I was working through the examples on https://dry-rb.org/gems/dry-container/0.8/ and needed to swap out ThreadSafe for Concurrent to make them run. This PR updates the docs.

I have to say I am really liking dry.rb. Thanks so much for all the work...gg