Aanand Prasad 4ba9d9dac2 Make parallel tasks interruptible with Ctrl-C
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>
2015-07-20 14:13:25 +01:00
..
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 07:05:45 -07:00
2015-07-17 15:29:02 +01:00