pub type RefActorsMap = Arc<RwLock<HashMap<Uuid, Sender<(RefMsg, RefReply)>>>>;
Type alias for the ref actors channel map.
pub struct RefActorsMap { /* private fields */ }