resolve_worker_id

Function resolve_worker_id 

Source
pub fn resolve_worker_id(
    component_reference: &str,
    worker_name: &str,
) -> Option<WorkerId>
Expand description

Get the worker-id for a given component and worker name. Returns none when no component for the specified reference exists.