logo
pub trait Process: Updateable + Disposable + Pauseable { }
Expand description

The Process represents the smallest atom of the framework.

Many managers will implement this interface.

Implementors