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

Add cancellation support to core async API #65

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Jun 27, 2023

This PR introduces support for cancellation in all async register access methods in the AsyncDevice class. This allows for generalized support for cancellation in case devices are unresponsive, and it also lays the foundation for supporting cancellation of scheduled async operations in future iterations.

@glopesdev glopesdev added feature New planned feature fix Pull request that fixes an issue labels Jun 27, 2023
@glopesdev glopesdev added this to the 3.5 milestone Jun 27, 2023
@glopesdev glopesdev merged commit ac2b856 into bonsai-rx:main Jun 29, 2023
@glopesdev glopesdev deleted the issue-62 branch June 29, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant