[][src]Module aktrs::actor

Functionality for defining actors.

Re-exports

pub use behavior::Behavior;
pub use behavior::Behaviors;
pub use system::System;

Modules

behavior

The APIs for defining actors.

error

Errors encountered when working with actors.

receptionist

A system actor that can be used to lookup PIDs of other actors.

system

The system that backs actor hierarchies.

testkitfeature="testkit"

Support for actor testing.

time

Actor message scheduling.

Structs

Context

The context available to an actor when it receives a message.

Pid

The process ID of an actor.

Unspecified

A PID of an actor with an unspecified protocol.

Enums

Signal

Signals generated by the actor system.

Type Definitions

ReceptionistPid

A specialized actor PID for the system receptionist.