1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-12-27 09:51:12 +00:00
Holger Just f4e85f7013 Use a Concurrent::Hash instead of a Set for Fields::Tags
This makes the Rackstash::Fields::Tags class thread safe while still
mantaining its existing semantincs, given that Ruby's set is also build
on top of a simple Hash.
2017-06-16 23:04:54 +02:00
..