Expand description
Safe Operations - Provides safe lock operations
This module provides safe lock operations that replace dangerous .lock().expect(“Failed to acquire lock”) calls throughout the codebase.
Traits§
- Safe
Lock - Safe lock operations - replaces .lock().expect(“Failed to acquire lock”)
- Safe
RwLock - Safe RwLock operations