dRonin
dRonin copied to clipboard
Python API: Move to asyncio, async, await, etc.
Since we're on python 3, use the new syntactic sugar, sugar.
And use exceptions more for error handling? :stuck_out_tongue:
Hmmmm. This is looking like a pain.
Using yield from
looks like it requires way too much of a complexity/performance tax for the factoring improvements it can provide in uavtalk.
It looks like moving to an event loop with asyncio would provide some small factoring improvements.