Message288729
An async equivalent of @contextmanager would be an obvious use case for async generators and the async with statement. In my own code, I have several async context objects that could have been written more concisely if @asynccontextmanager was available.
I'll be working on a PR to implement this. |
|
Date |
User |
Action |
Args |
2017-02-28 23:21:09 | JelleZijlstra | set | recipients:
+ JelleZijlstra |
2017-02-28 23:21:09 | JelleZijlstra | set | messageid: <1488324069.16.0.696570474408.issue29679@psf.upfronthosting.co.za> |
2017-02-28 23:21:09 | JelleZijlstra | link | issue29679 messages |
2017-02-28 23:21:09 | JelleZijlstra | create | |
|