SyncAttr is a mixin to read, write and lazy initialize both class and instance variables in a multi-threaded environment when the attribute could be modified by two threads at the same time, written in Ruby.
Reid Morrison
Apache License V2.0
gem "sync_attr", "~> 1.0.0"