Skip to main content

Module mutex

Module mutex 

Source
Expand description

Small wrapper around an Arc<Mutex<T>> to make the code slightly cleaner

Structsยง

CradleMutex
Wrapper around an Arc<Mutex<T>> type Used to simplify the code a bit