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 steps to add resources while running #4

Open
acetylen opened this issue Sep 14, 2020 · 0 comments
Open

Allow steps to add resources while running #4

acetylen opened this issue Sep 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@acetylen
Copy link
Owner

The current implementation checks that a step returns all resources it claims to provide. For steps to be able to be used as proper coroutines, they need to be able to provide resources as soon as they are ready, so that other steps can start as soon as they yield. However, this requires more explicit ordering of return values so that already-provided resources are not overwritten.

@acetylen acetylen added the enhancement New feature or request label Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant