module Concurrent::SettableStruct

def inspect

@!macro struct_inspect
def inspect
  synchronize { ns_inspect }
end