pub fn run_streaming<F>(
buffer: usize,
fut: F,
) -> (StreamReceiver, JoinHandle<F::Output>)Expand description
Run fut with an ambient stream scope active; the primitive spawn_task/spawn_graph use.
pub fn run_streaming<F>(
buffer: usize,
fut: F,
) -> (StreamReceiver, JoinHandle<F::Output>)Run fut with an ambient stream scope active; the primitive spawn_task/spawn_graph use.