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.
pub fn acquire_test_mutex() -> MutexGuard<'static, ()>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.