Module apalis_core::worker

source ·
Available on crate feature worker only.
Expand description

Represents the actual executor of a [Job].

Modules

Allows communication between Worker and Actor
Module with most used items

Structs

Address of actor. Can be used to send messages to it.
Address of an actor which is always alive.
Context for execution of actor
Initialized actor. Mainly used to take address before starting it.
Address of actor. Can be used to send messages to it.

Enums

Represents the status of a Worker.

Traits

Actor Trait
Trait for actor for handling specific message type
Trait for actor for handling specific message type without context
Message trait for setting result of message
Dev trait for Message responding
Worker trait