acquire_test_mutex

Function acquire_test_mutex 

Source
pub fn acquire_test_mutex() -> MutexGuard<'static, ()>
Expand description

Acquire the test mutex for test synchronization

This function is used by tests to prevent concurrent access to the cache during test execution, which can lead to flaky tests.