Methods

Class/Module Index [+]

Quicksearch

Merb::BootLoader::BackgroundServices

Public Class Methods

run() click to toggle source

Start background services, such as the run_later worker thread.

Returns

nil

:api: plugin

# File lib/merb-core/bootloader.rb, line 1354
def self.run
  Merb::Worker.start unless Merb.testing? || Merb::Worker.started?
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.