[]Module actix_web::actix::actix

Modules

dev

The actix prelude for library developers

fut

Custom Future implementation with Actix support

Structs

Addr

Address of the actor

Condition
IntervalFunc

An ActorStream that periodically runs a function in the actor's context.

Supervisor

Actor supervisor

SyncArbiter

Sync arbiter

SyncContext

Sync actor execution context

Enums

ActorState

Actor execution state

Traits

AsyncContext

Asynchronous execution context

ContextFutureSpawner

Helper trait which can spawn future into actor's context

Handler

Message handler

Supervised

Actors with ability to restart after failure

Type Definitions

ResponseFuture

A specialized future for async message handler