[][src]Module herbert::prelude

The things you'll need.

Re-exports several items from crossbeam_channel, including the unbounded channel type, the Receiver and Sender types, and the select! macro.

Re-exports

pub use crate::ActorContext;
pub use crate::ActorCtl;
pub use crate::ActorStatus;
pub use crate::Router;
pub use crate::RouterCtl;
pub use crate::RouterRequest;

Macros

select

Selects from a set of channel operations.

Structs

Receiver

The receiving side of a channel.

Sender

The sending side of a channel.

Functions

unbounded

Creates a channel of unbounded capacity.