Class Merb::Worker
In: lib/merb-core/dispatch/worker.rb
Parent: Object

Methods

new   process_queue   start  

Attributes

thread  [RW]  :api: private

Public Class methods

Creates a new worker thread that loops over the work queue.

:api: private

Returns

Merb::Worker:instance of a worker.

:api: private

Public Instance methods

Processes tasks in the Merb::Dispatcher.work_queue.

:api: private

[Validate]