ScopedGilRelease
-
class ScopedGilRelease
The ScopedGilRelease class is used to release the Global Interpreter Lock (GIL) in Python, and re-acquire it when the scope ends.
The ScopedGilRelease class is used to release the Global Interpreter Lock (GIL) in Python, and re-acquire it when the scope ends.