gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Avoid generating cache multiple times in parallel #49

Open eriwen opened 6 years ago

eriwen commented 6 years ago

Invoking tab completion multiple times in a row while the completion cache is being updated will spawn multiple subprocesses.

Provide some way of avoiding re-generating caches when there's a cache generation process already running.

eriwen commented 6 years ago

WIP on branch eriwen/issue-49