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

Job queues #269

Open
meijieru opened this issue Jan 5, 2023 · 2 comments
Open

Job queues #269

meijieru opened this issue Jan 5, 2023 · 2 comments

Comments

@meijieru
Copy link
Contributor

meijieru commented Jan 5, 2023

A use case is that fugitive will use initiate a job (eg Gwrite), while writing this file also trigger other autocmds which launches other jobs.
Currently, we can run only one command each time. So it raises ERROR: background job is still running.
Could we have a flag for adding jobs into a queue and executing it later?

@skywind3000
Copy link
Owner

:AsyncRun job1 && job2 && job3

@meijieru
Copy link
Contributor Author

meijieru commented Jan 5, 2023

They are triggered through different positions.
So it requires modifying the fugitive sources and coupling things together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants