Closed jettify closed 2 years ago
Once support of old python dropped we can use async/await syntax instead of old style.
async/await
Depends on https://github.com/aio-libs/aiozmq/issues/141
After this we can introduce new API like async context managers, see also https://github.com/aio-libs/aiozmq/issues/106
This was done.
Once support of old python dropped we can use
async/await
syntax instead of old style.Depends on https://github.com/aio-libs/aiozmq/issues/141