Danil Troshnev

Results 11 comments of Danil Troshnev

@lesnik512 , @alexanderlazarev0 , if resource can accept `Callable[P, AsyncContextManager[T]]` , then client can use async factory methods, without extra code. For example: ```python class MySender: @asynccontextmanager @classmethod async def...