Searched defs:LazilyResolvedCapture (Results 1 – 2 of 2) sorted by relevance
307 struct LazilyResolvedCapture { struct308 sync: Once,309 capture: UnsafeCell<Capture>,312 impl LazilyResolvedCapture { impl337 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation
306 struct LazilyResolvedCapture { struct307 sync: Once,308 capture: UnsafeCell<Capture>,311 impl LazilyResolvedCapture { implementation336 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation