[go: up one dir, main page]

Function unprotected

Source
pub unsafe fn unprotected<F, T>(f: F) -> T
where F: FnOnce(&Scope) -> T,
Expand description

Creates an unprotected scope without pinning the current thread.