Crate appliance[][src]

A lightweight actor model inspired framework to build customizable componets with message-based intercommunications.

Structs

Appliance

A stateful entity that only allows to interact with via handling messages.

Enums

Error

An error describing appliance failures.

Statics

DEFAULT_EXECUTOR

A default executor. It runs on per-core threads and is fair in terms of task priorities.

Type Definitions

Executor

An async executor.