Crate elfo_core[][src]

Re-exports

pub use crate::config::Config;
pub use crate::group::ActorGroup;
pub use crate::group::Schema;
pub use crate::topology::Topology;

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.