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

Class AsyncSoftFileLock

src/filelock/asyncio.py:729–732  ·  view source on GitHub ↗

Simply watches the existence of the lock file.

Source from the content-addressed store, hash-verified

727
728
729class AsyncSoftFileLock(SoftFileLock, BaseAsyncFileLock):
730 """Simply watches the existence of the lock file."""
731
732 _lifetime_replacements: tuple[str, str] | None = ("AsyncStrictSoftFileLock", "AsyncSoftFileLease")
733
734
735class AsyncStrictSoftFileLock(StrictSoftFileLock, BaseAsyncFileLock):

Calls

no outgoing calls