Skip to main content

Module traits

Module traits 

Source
Expand description

Core actor trait and associated types.

This module defines the fundamental abstractions for the actor model:

  • Actor: The trait that all actors must implement
  • Directive: Control flow for actor scheduling
  • ActorConfig: Configuration for actor behavior

Enums§

Directive
What the actor wants to do after handling a message.

Traits§

Actor