Skip to main content

AUTH_LOCK

Static AUTH_LOCK 

Source
static AUTH_LOCK: LazyLock<Mutex<()>>
Expand description

Per-process serialization of concurrent ensure_access_key calls.

Prevents two cast invocations in the same process from racing two browser popups for the same chain.