Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems.
| 741 | |
| 742 | |
| 743 | class AsyncUnixFileLock(UnixFileLock, BaseAsyncFileLock): |
| 744 | """Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems.""" |
| 745 | |
| 746 | |
| 747 | class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock): |
nothing calls this directly
no outgoing calls
no test coverage detected