Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems.
| 391 | |
| 392 | |
| 393 | class AsyncUnixFileLock(UnixFileLock, BaseAsyncFileLock): |
| 394 | """Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems.""" |
| 395 | |
| 396 | |
| 397 | class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…