Skip to main content

reset_thread_local_state

Function reset_thread_local_state 

Source
pub fn reset_thread_local_state()
Expand description

Reset all thread-local state that can leak between test runs. Call this before each test execution for proper isolation.