TwiceAsNice  2019-02-18
Classes | Namespaces
AllowThreadLock.h File Reference
#include <Python.h>
Include dependency graph for AllowThreadLock.h:

Classes

class  Basda::Python::AquireThread
 acquire the GIL. More...
 
class  Basda::Python::AllowThreadLock
 save the current thread for some local operation The dtor puts the saved thread back into operation. More...
 
class  Basda::Python::AquireGIL
 acquire and release the GIL to work in a C++ thread environment from python More...
 

Namespaces

 Basda
 These are contants that are used by the services internally.
 
 Basda::Python