Method: Aerospike::MultiCommand#stop
- Defined in:
- lib/aerospike/command/multi_command.rb
#stop ⇒ Object
225 226 227 228 229 |
# File 'lib/aerospike/command/multi_command.rb', line 225 def stop @mutex.synchronize do @valid = false end end |