pub fn scope<F>( value: Arc<AuthContext>, f: F, ) -> TaskLocalFuture<Arc<AuthContext>, F>where F: Future,