Simply watches the existence of the lock file.
| 387 | |
| 388 | |
| 389 | class AsyncSoftFileLock(SoftFileLock, BaseAsyncFileLock): |
| 390 | """Simply watches the existence of the lock file.""" |
| 391 | |
| 392 | |
| 393 | class AsyncUnixFileLock(UnixFileLock, BaseAsyncFileLock): |
no outgoing calls
searching dependent graphs…