class documentation

class AsyncConnectable(Protocol): (source)

View In Hierarchy

An AsyncConnectable can establish and pool AsyncConnection objects.

Async Method connect Undocumented
Async Method quit Undocumented
async def connect(self) -> AsyncConnection: (source)

Undocumented

async def quit(self): (source)

Undocumented