Function zng_task::wait_respond

source ยท
pub fn wait_respond<R, F>(task: F) -> ResponseVar<R>
where R: VarValue, F: FnOnce() -> R + Send + 'static,
Expand description

Like wait but sets a response var.