Crate elfo[][src]

Re-exports

pub use elfo_configurer as configurer;
pub use elfo_dumper as dumper;
pub use elfo_logger as logger;
pub use elfo_pinger as pinger;
pub use elfo_telemeter as telemeter;
pub use elfo_test as test;

Modules

Macros

Structs

An actor execution context.

Used to send values that cannot be serialized. Works inside the current node only.

Used to transfer ownership over messaging.

Enums

A list specifying statuses of actors. It’s used with the ActorStatus.

Traits

Functions

Starts a node with the provided topology.

The same as start(), but returns an error rather than panics.

Attribute Macros

Derives required traits to use the type as a message or a message part.