A thread local version of the ``FileLockContext`` class.
| 705 | |
| 706 | |
| 707 | class AsyncThreadLocalFileContext(AsyncFileLockContext, local): |
| 708 | """A thread local version of the ``FileLockContext`` class.""" |
| 709 | |
| 710 | |
| 711 | class AsyncAcquireReturnProxy: |
nothing calls this directly
no outgoing calls
no test coverage detected