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

tlsDeprecated
trace_idDeprecated

Includes TraceId and useful utilities around it. For more details see The Actoromicon.

Macros

Structs

Represents meta information about actor: his group and key.

Represents the current status of an actor. See The Actoromicon for details.

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.