Method: Mongo::Server::Connection#interrupted!
- Defined in:
- lib/mongo/server/connection.rb
#interrupted! ⇒ Object
Mark the connection as interrupted.
181 182 183 |
# File 'lib/mongo/server/connection.rb', line 181 def interrupted! @interrupted = true end |