pub(crate) fn retire_circ<R>(
circ_mgr: &Arc<CircMgr<R>>,
source_info: &SourceInfo,
error: &str,
)where
R: Runtime,
Expand description
Retire a directory circuit because of an error we’ve encountered on it.
pub(crate) fn retire_circ<R>(
circ_mgr: &Arc<CircMgr<R>>,
source_info: &SourceInfo,
error: &str,
)where
R: Runtime,
Retire a directory circuit because of an error we’ve encountered on it.