Method: Pantry::Communication::FileService#run

Defined in:
lib/pantry/communication/file_service.rb

#runObject



62
63
64
65
# File 'lib/pantry/communication/file_service.rb', line 62

def run
  @running = true
  self.async.process_messages
end