Module actix::prelude [] [src]

The ctx prelude

The purpose of this module is to alleviate imports of many common ctx traits by adding a glob import to the top of ctx heavy modules:

use ctx::prelude::*;

Reexports

pub use fut;
pub use fut::ActorFuture;
pub use fut::WrapFuture;
pub use fut::IntoActorFuture;

Modules

ctx

Structs

ActixFramedRead
ActixFramedWrite
Address

Address of the actor A

Arbiter
ArbiterAddress

Request SyncAddress<Arbiter> of the arbiter

Context

Service execution context

MessageFuture
MessageResult
StopArbiter

Stop arbiter execution

SyncAddress
System
SystemExit

Stop system execution and exit process with encoded code.

Traits

ActixFramed
ActixFutureSpawner
Actor
AsyncSubscriber
MessageFutureError
MessageFutureResult
MessageHandler
ServiceBuilder
StreamHandler
Subscriber