[][src]Module holly::actor

Structs

Addr

The address of an actor.

Context

The execution context passed to an Actor.

Fail

A failure report.

Id

The ID of an actor.

Options

Options for spawning an actor.

Scheduler

Executor which processes all actors.

SendOne

Future delivering a message to the actor.

Enums

State

The processing state an actor transitions to after receiving a message.

Traits

Actor

A type which responds to messages.