#BOS @coineasydao.near Recursive Mutex: Allows a single thread to acquire the same Mutex multiple times without causing a deadlock. However, the thread must release the lock the same number of times it acquired it.