class UringMachine

def puts(str)

def puts(str)
  write_async(1, "#{str}\n")
end