pub async fn scope_async_local<'env, R>(
f: impl for<'r> FnOnce(&'r Scope<'env>) -> LocalBoxFuture<'r, R>,
) -> RExpand description
Same as scope_async but here f returns a LocalBoxFuture instead.
pub async fn scope_async_local<'env, R>(
f: impl for<'r> FnOnce(&'r Scope<'env>) -> LocalBoxFuture<'r, R>,
) -> RSame as scope_async but here f returns a LocalBoxFuture instead.