pub fn shutdown_context()Expand description
Shuts down the global context.
Note: Due to OnceLock semantics, the context cannot be re-initialized
after shutdown in the same process.
pub fn shutdown_context()Shuts down the global context.
Note: Due to OnceLock semantics, the context cannot be re-initialized
after shutdown in the same process.