Method: Moneta::Pool::PoolManager#kill!

Defined in:
lib/moneta/pool.rb

#kill!Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



107
108
109
110
# File 'lib/moneta/pool.rb', line 107

def kill!
  @thread.kill
  nil
end