Method: Aerospike::MultiCommand#stop

Defined in:
lib/aerospike/command/multi_command.rb

#stopObject



225
226
227
228
229
# File 'lib/aerospike/command/multi_command.rb', line 225

def stop
  @mutex.synchronize do
    @valid = false
  end
end