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