class ProcessExecuter::MonitoredPipe

def close

Returns:
  • (void) -
def close
  @state = :closing
  sleep 0.01 until state == :closed
end