Function parallel_processor::utils::replace_with_async::replace_with_async
source ยท pub async fn replace_with_async<'a, R, F: Future<Output = R> + 'a, C: FnOnce(R) -> F>(
dest: &mut R,
fun: C,
)