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

Class AsyncSoftFileLock

src/filelock/asyncio.py:389–390  ·  view source on GitHub ↗

Simply watches the existence of the lock file.

Source from the content-addressed store, hash-verified

387
388
389class AsyncSoftFileLock(SoftFileLock, BaseAsyncFileLock):
390 """Simply watches the existence of the lock file."""
391
392
393class AsyncUnixFileLock(UnixFileLock, BaseAsyncFileLock):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…