OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
123 stars 106 forks source link

Async API #37

Closed pavel-kirienko closed 5 years ago

pavel-kirienko commented 6 years ago

The current library API could greatly benefit from built-in async support in newer versions of Python. Compatibility with Python 2.x can be dropped easily at this point.

pavel-kirienko commented 5 years ago

Closing because this is already available in PyUAVCAN v1.0, which is being developed in the branch uavcan-v1.0. This feature is not going to be backported to the old implementation.