start_hummock_workers

Function start_hummock_workers 

Source
pub fn start_hummock_workers(
    hummock_manager: HummockManagerRef,
    backup_manager: BackupManagerRef,
    meta_opts: &MetaOpts,
    should_pause_vacuum_time_travel: Box<dyn Fn() -> BoxFuture<'static, bool> + Send>,
) -> Vec<(JoinHandle<()>, Sender<()>)>
Expand description

Start hummock’s asynchronous tasks.