| Class | FilesystemLock |
A mutex. |
| Function | isLocked |
Determine if the lock of the given name is held or not. |
| Function | kill |
Undocumented |
| Function | readlink |
Read the contents of filename. See the above comment block as to why this is needed. |
| Function | rmlink |
Undocumented |
| Function | symlink |
Write a file at filename with the contents of value. See the above comment block as to why this is needed. |
| Function | unique |
Undocumented |
| Constant | ERROR_ACCESS_DENIED |
Undocumented |
| Constant | ERROR_INVALID_PARAMETER |
Undocumented |
| Variable | _windows |
Undocumented |
| Parameters | |
| name:str | The filesystem path to the lock to test |
| Returns | |
| bool | True if the lock is held, False otherwise. |