pub(crate) fn build_handle_store(args: &Args) -> Arc<dyn HandleStore> ⓘExpand description
Build the durable-handle store from --handle-store. redb persists across
a restart (persistent-handle reclaim); anything else is the in-memory store.
pub(crate) fn build_handle_store(args: &Args) -> Arc<dyn HandleStore> ⓘBuild the durable-handle store from --handle-store. redb persists across
a restart (persistent-handle reclaim); anything else is the in-memory store.