Expand description
Utilities for initializing Lean’s runtime
Statics§
- LEAN_
INIT_ MUTEX - A convenience mutex, since
lean_initialize_runtime_moduleandlean_initializeare not thread-safe.
Functions§
- lean_
initialize ⚠ - lean_
initialize_ ⚠locked - A helper function to call
lean_initializewhile holding theLEAN_INIT_MUTEX./// This is equivalent to writing - lean_
initialize_ ⚠runtime_ module - lean_
initialize_ ⚠runtime_ module_ locked - A helper function to call
lean_initialize_runtime_modulewhile holding theLEAN_INIT_MUTEX.