module Concurrent::MutableStruct

An thread-safe variation of Ruby’s standard ‘Struct`. Values can be set at construction or safely changed at any time during the object’s lifecycle.

@see ruby-doc.org/core/Struct.html Ruby standard library ‘Struct`