Skip to main content

spawn_ingest

Function spawn_ingest 

Source
pub fn spawn_ingest<F>(future: F) -> JoinHandle<F::Output> 
where F: Future + Send + 'static, F::Output: Send + 'static,
Expand description

Spawn a future and execute it in ingest thread pool.