The concurrent.futures backport doesn't play well with KeyboardInterrupt, so I'm using Thread and Queue instead. Since thread pooling would likely be a pain to implement, I've just removed `COMPOSE_MAX_WORKERS` for now. We'll implement it later if we decide we need it. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| __init__.py | ||
| config.py | ||
| const.py | ||
| container.py | ||
| legacy.py | ||
| progress_stream.py | ||
| project.py | ||
| service.py | ||
| state.py | ||
| utils.py | ||