globals
¶
GlobalVars
¶
Global variables.
Source code in src/appl/core/globals.py
get
¶
inc
¶
Increment a global variable by a delta and return the new value.
Source code in src/appl/core/globals.py
get_thread_local
¶
inc_thread_local
¶
Increment a thread-local variable by a delta and return the new value.