Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python API: Move to asyncio, async, await, etc. #2188

Open
mlyle opened this issue Apr 28, 2018 · 2 comments
Open

Python API: Move to asyncio, async, await, etc. #2188

mlyle opened this issue Apr 28, 2018 · 2 comments

Comments

@mlyle
Copy link
Member

mlyle commented Apr 28, 2018

Since we're on python 3, use the new syntactic sugar, sugar.

@tracernz
Copy link
Member

And use exceptions more for error handling? 😛

@mlyle
Copy link
Member Author

mlyle commented May 18, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants