Open johnterickson opened 4 years ago
Add helper functions so that consumers don't have to write unsafe code to use OwningHandle::new_with_fn with RwLock<T> or Mutex<T>.
OwningHandle::new_with_fn
RwLock<T>
Mutex<T>
For issue #59
Add helper functions so that consumers don't have to write unsafe code to use
OwningHandle::new_with_fn
withRwLock<T>
orMutex<T>
.For issue #59