Expand description
Small wrapper around an Arc<Mutex<T>> to make the code slightly cleaner
Structsยง
- Cradle
Mutex - Wrapper around an
Arc<Mutex<T>>type Used to simplify the code a bit
Small wrapper around an Arc<Mutex<T>> to make the code slightly cleaner
Arc<Mutex<T>> type
Used to simplify the code a bit