[][src]Module deoxy::actix

Re-export of crucial actix elements.

Re-exports

pub use actix_web::actix::Message as ActixMessage;

Structs

Addr

Address of the actor

Arbiter

Event loop controller

Context

Actor execution context

SpawnHandle

Spawned future handle. Could be used for cancelling spawned future.

System

System is an actor which manages runtime.

Traits

ActixMessage

Message type

Actor

Actors are objects which encapsulate state and behavior.

AsyncContext

Asynchronous execution context

Handle

Message handler