scripting#
Fully qualified name: carb::scripting
-
namespace scripting#
Namespace for scripting utilities and interfaces.
Classes#
- AcquirePythonGil
A scoped object that attempts to acquire the Python Global Interpreter Lock (GIL) upon construction, and releases the GIL upon destruction.
- IPythonThreading
Allows limited control over Python threading aspects without causing Python to be loaded in the process or requiring direct knowledge of Python.
- ReleasePythonGil
A scoped object that attempts to completely release the Python Global Interpreter Lock (GIL) if held by the current thread, allowing other threads to make progress in the Python interpreter.
Enumerations#
- PythonThreadingState
State returned by carb::scripting::IPythonThreading::checkLoaded() .