| Swarmage documentation | view source | Contained in the Swarmage distribution. |
Swarmage::Worker - Swarmage Worker
# Internal use only my $worker = Swarmage::Worker->new(
A Worker is a wrapper for your actual worker logic. It uses Swarmage::Worker::Generic or other backend modules as an adaptor to talk to your module.
| Swarmage documentation | view source | Contained in the Swarmage distribution. |