Method: Fluent::Counter::MutexHash#start

Defined in:
lib/fluent/counter/mutex_hash.rb

#startObject



30
31
32
33
# File 'lib/fluent/counter/mutex_hash.rb', line 30

def start
  @data_store.start
  @cleanup_thread.start
end