module Concurrent::SettableStruct

def to_h

@!macro struct_to_h
def to_h
  synchronize { ns_to_h }
end