We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A possible feature to add would be an asynchronous subprocess, like so: https://queirozf.com/entries/python-3-subprocess-examples#wait-for-command-to-terminate-asynchronously
It's not critical but is a nice to have. The main reason would be to launch a set of pipelines and wait for all of them to finish (pseudocode):
launched_pipeline = Pipeline.launch() result = await launched_pipeline.communicate()
This is firmly in the "nice to have" category rather than crucial.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A possible feature to add would be an asynchronous subprocess, like so: https://queirozf.com/entries/python-3-subprocess-examples#wait-for-command-to-terminate-asynchronously
It's not critical but is a nice to have. The main reason would be to launch a set of pipelines and wait for all of them to finish (pseudocode):
This is firmly in the "nice to have" category rather than crucial.
The text was updated successfully, but these errors were encountered: