Function silkenweb_task::sync_scope
source · pub fn sync_scope<F, R>(f: F) -> Rwhere
F: FnOnce() -> R,Expand description
Synchronous version of scope.
pub fn sync_scope<F, R>(f: F) -> Rwhere
F: FnOnce() -> R,Synchronous version of scope.