class Murcure::Actors::Worker

Overview

Actor responsible for handling new clients.

FIXME maybe remove this class? Logic can be moved to Actors::Client.

Included Modules

Defined in:

murcure/actors/worker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(server : Server::State) #

[View source]

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.


[View source]