Module fluxion::system

source ·
Expand description

The System (primarily implemented by super::Fluxion) manages the lifecycles of actors.

The core functions are provided in the trait System to reduce code duplication for implementors of [super::Context].

Traits