Method: Async::DebugSelector#close
- Defined in:
- lib/async/debug.rb
#close ⇒ Object
74 75 76 77 78 79 80 |
# File 'lib/async/debug.rb', line 74 def close if @monitors.any? $stderr.puts "Trying to close selector with active monitors: #{@monitors.values.inspect}!" end @selector.close end |