Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems.
| 395 | |
| 396 | |
| 397 | class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock): |
| 398 | """Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems.""" |
| 399 | |
| 400 | |
| 401 | __all__ = [ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…