pub(crate) async fn expunge<L, R>(
pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>,
folders: &HashSet<String>
)where
L: BackendContextBuilder + 'static,
R: BackendContextBuilder + 'static,pub(crate) async fn expunge<L, R>(
pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>,
folders: &HashSet<String>
)where
L: BackendContextBuilder + 'static,
R: BackendContextBuilder + 'static,