Skip to main content

start_hummock_workers

Function start_hummock_workers 

Source
pub fn start_hummock_workers(
    hummock_manager: HummockManagerRef,
    backup_manager: BackupManagerRef,
    meta_opts: &MetaOpts,
    get_pinned_snapshot_epochs: Box<dyn Fn() -> BoxFuture<'static, Option<HashMap<TableId, HashSet<u64>>>> + Send>,
) -> Vec<(JoinHandle<()>, Sender<()>)>
Expand description

Start hummock’s asynchronous tasks.