Async closures are anonymous functions (closures) that return a future. They are written async |x, y| { .. } or async move |x, y| { .. } .
確定! 回上一頁