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
gem "sync_attr", "~> 0.1.0"