[][src]Module actori::dev

The actori prelude for library developers.

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

use actori::dev::*;

Re-exports

pub use crate::prelude::*;
pub use crate::registry::Registry;
pub use crate::registry::SystemRegistry;

Modules

channel

Structs

ContextFut
ContextParts
Envelope
Mailbox
RecipientRequest

A Future which represents an asynchronous message sending process.

Request

A Future which represents an asynchronous message sending process.

Traits

AsyncContextParts
EnvelopeProxy
MessageResponse

A trait which defines message responses.

ResponseChannel

A trait that defines a message response channel.

ToEnvelope

Converter trait, packs message into a suitable envelope.