aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Move to native coroutines #142

Closed jettify closed 2 years ago

jettify commented 6 years ago

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

jettify commented 6 years ago

After this we can introduce new API like async context managers, see also https://github.com/aio-libs/aiozmq/issues/106

JelleZijlstra commented 2 years ago

This was done.