epics-base / p4p

Python bindings for the PVAccess network client and server.
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link

asyncio: switch from generator to async coroutine #82

Closed mdavidsaver closed 2 years ago

mdavidsaver commented 2 years ago

Switch from generator to async keyword for asyncio frontends.

cf. #80