Add methods for using as async context manager
asvetlov opened this issue · 1 comments
asvetlov commented
Now we should use just with timeout():
statement.
It works pretty well but people feedback is a bit confusing: why with
instead of async with
.
I think it makes sense. Technically timeout support doesn't need async api but it makes learning curve smoother.