MCPcopy Create free account
hub / github.com/tox-dev/filelock / AsyncUnixFileLock

Class AsyncUnixFileLock

src/filelock/asyncio.py:743–744  ·  view source on GitHub ↗

Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems.

Source from the content-addressed store, hash-verified

741
742
743class AsyncUnixFileLock(UnixFileLock, BaseAsyncFileLock):
744 """Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems."""
745
746
747class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected