|
Sparse Virtual File System
0.4.1
A Sparse Virtual File System.
|
A RAII wrapper around the PyThread_type_lock for the CPython SVF. More...
Public Member Functions | |
| AcquireLockSVF (cp_SparseVirtualFile *pSVF) | |
| ~AcquireLockSVF () | |
Private Attributes | |
| cp_SparseVirtualFile * | _pSVF |
A RAII wrapper around the PyThread_type_lock for the CPython SVF.
See https://pythonextensionpatterns.readthedocs.io/en/latest/thread_safety.html
|
inlineexplicit |
Acquire the lock on the Python cp_SparseVirtualFile
| pSVF | The Python cp_SparseVirtualFile. |
|
inline |
Release the lock on the Python cp_SparseVirtualFile
| pSVF | The Python cp_SparseVirtualFile. |
|
private |