//! Shared synchronization helpers for crate unit tests.
use ;
//--------------------------------------------------------------------------------------------------
// Constants
//--------------------------------------------------------------------------------------------------
/// Serializes process-global environment mutation across SDK unit tests.
static ENV_LOCK: = new;
//--------------------------------------------------------------------------------------------------
// Functions
//--------------------------------------------------------------------------------------------------
/// Lock process-global environment mutation for the duration of a unit test.
pub