A thread local version of the ``FileLockContext`` class.
| 48 | |
| 49 | |
| 50 | class AsyncThreadLocalFileContext(AsyncFileLockContext, local): |
| 51 | """A thread local version of the ``FileLockContext`` class.""" |
| 52 | |
| 53 | |
| 54 | class AsyncAcquireReturnProxy: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…