Skip to main content

Crate arbiter

Crate arbiter 

Source
Expand description

Core components and abstractions for the Arbiter actor framework.

This crate provides the foundational types and traits for building actor-based systems with pluggable networking and lifecycle management.

Modulesยง

actor
Actor and lifecycle abstractions for the Arbiter framework.
error
handler
network
Networking abstractions for the Arbiter framework.
prelude
A convenient prelude for bringing the most common Arbiter traits and types into scope.
processor
Execution control and observation for running actors.
runtime
High-level execution environment for the Arbiter framework.