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

Asynchronous subprocess #1

Open
ejseqera opened this issue Jul 11, 2023 · 0 comments
Open

Asynchronous subprocess #1

ejseqera opened this issue Jul 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ejseqera
Copy link
Member

From @adamrtalbot

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.

@ejseqera ejseqera added the enhancement New feature or request label Jul 11, 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
Projects
None yet
Development

No branches or pull requests

1 participant