module Concurrent::SettableStruct

def ==(other)

@!macro struct_equality
def ==(other)
  synchronize { ns_equality(other) }
end