Method: Mongo::Server::Connection#interrupted!

Defined in:
lib/mongo/server/connection.rb

#interrupted!Object

Mark the connection as interrupted.

Since:

  • 2.0.0



181
182
183
# File 'lib/mongo/server/connection.rb', line 181

def interrupted!
  @interrupted = true
end