Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems.
| 745 | |
| 746 | |
| 747 | class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock): |
| 748 | """Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems.""" |
| 749 | |
| 750 | |
| 751 | __all__ = [ |
nothing calls this directly
no outgoing calls
no test coverage detected