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

Remove Async executors and replace with tokio as a feature #3

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

evoggy
Copy link
Member

@evoggy evoggy commented Sep 8, 2024

This PR removes the usage of async_executors and instead moves to a feature based implementation which uses a feature to select the async runtime used by the lib. The only current implementation of this is tokio, so this feature needs to be set otherwise the lib will not compile.

This PR should fix the issue of sending the Crazyflie object between threads: #2

This depends on this crazyflie-link PR to work: bitcraze/crazyflie-link-rs#8

Copy link
Member

@ataffanel ataffanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Merging.

@ataffanel ataffanel marked this pull request as ready for review September 18, 2024 14:57
@ataffanel ataffanel merged commit 5de9643 into main Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants