class Murcure::Actors::Worker
- Murcure::Actors::Worker
- Reference
- Object
Overview
Actor responsible for handling new clients.
FIXME maybe remove this class? Logic can be moved to Actors::Client
.
Included Modules
- Earl::Agent
- Earl::Mailbox(Murcure::Client::Entity)
Defined in:
murcure/actors/worker.crConstructors
Instance Method Summary
-
#call
The logic of the
Agent
.
Constructor Detail
Instance Method Detail
def call
#
Description copied from module Earl::Agent
The logic of the Agent
. May loop forever or until asked to stopped. If
an exception is raised the agent will be crashed; if the method returns
the agent will simply stop.