Method: Async::Wrapper#close

Defined in:
lib/async/wrapper.rb

#closeObject

Close the io and monitor.



134
135
136
137
138
# File 'lib/async/wrapper.rb', line 134

def close
  cancel_monitor
  
  @io.close
end