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

Allow BDD operations to execute as interruptible async functions #33

Open
daemontus opened this issue May 18, 2022 · 0 comments
Open

Allow BDD operations to execute as interruptible async functions #33

daemontus opened this issue May 18, 2022 · 0 comments
Labels
enhancement New feature or request performance
Milestone

Comments

@daemontus
Copy link
Member

daemontus commented May 18, 2022

Most BDD operations can be potentially long lasting. This can cause issues for larger deployments where we run many BDD operations concurrently (or in parallel) and potentially need to cancel some of them mid-flight. We might want to integrate with standard rust async/await mechanisms to enable safe cancellation of BDD operations.

The other advantage is that we can evaluate BDD operations lazily or in parallel through async, opening up to simple optimizations that would otherwise need to be implemented by hand. For now, this issue is meant as a place to store the ideas and resources regarding this change.

@daemontus daemontus added enhancement New feature or request performance labels May 18, 2022
@daemontus daemontus changed the title Consider integrating asynchronous paradigm Allow BDD operations to be execute as interruptible async functions May 3, 2023
@daemontus daemontus changed the title Allow BDD operations to be execute as interruptible async functions Allow BDD operations to execute as interruptible async functions May 3, 2023
@daemontus daemontus added this to the 1.0.0 milestone May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant