Method: Thin::Connection#idle?
- Defined in:
- lib/thin/connection.rb
#idle? ⇒ Boolean
Return true if the connection is open but is not processing any user requests
185 186 187 |
# File 'lib/thin/connection.rb', line 185 def idle? @idle end |