Currently, global variables (like __isthreaded) are not resolved and exposed. They must be manually managed instead.
For now, we should standardize a way to allocate, resolve and refresh the variables through macros. Something like: ProcessVariable() & ProcessVariableRefresh() or GlobalVariable() & GlobalVariableRefresh().
Currently, global variables (like __isthreaded) are not resolved and exposed. They must be manually managed instead.
For now, we should standardize a way to allocate, resolve and refresh the variables through macros. Something like:
ProcessVariable() & ProcessVariableRefresh()orGlobalVariable() & GlobalVariableRefresh().