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

Class AsyncStrictSoftFileLock

src/filelock/asyncio.py:735–736  ·  view source on GitHub ↗

Run strict owner-claim locking without blocking the event loop.

Source from the content-addressed store, hash-verified

733
734
735class AsyncStrictSoftFileLock(StrictSoftFileLock, BaseAsyncFileLock):
736 """Run strict owner-claim locking without blocking the event loop."""
737
738
739class AsyncSoftFileLease(SoftFileLease, BaseAsyncFileLock):

Calls

no outgoing calls