pub trait Threaded {
    fn register();
}
Expand description

Implements rules to register a worker in a separate thread.

Required Methods

Executes an agent in the current environment. Uses in main function of a worker.

Implementors