class documentation

class AsyncAdaptedLock: (source)

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Property mutex Undocumented
def __enter__(self) -> bool: (source)

Undocumented

def __exit__(self, *arg: Any, **kw: Any): (source)

Undocumented

@memoized_property
mutex: asyncio.Lock = (source)

Undocumented