Skip to main content

DeployedRegistry

Type Alias DeployedRegistry 

Source
pub type DeployedRegistry = Arc<Mutex<HashMap<String, Deployed>>>;
Expand description

Keeps deployed workers alive (the handles are kill-on-drop) and lets stop tear them down. Shared for the server’s lifetime.

Aliased Type§

pub struct DeployedRegistry { /* private fields */ }