rpmlb runs building sequencially based on the recipe file.
However downloading packages can be asynchronous.
It looks good for speed up and performance.
After implementing this, we can remove blew TODO.
$ grep -r TODO rpmlb
rpmlb/downloader/base.py: # TODO(Run it with asynchronous)
rpmlb
runs building sequencially based on the recipe file. However downloading packages can be asynchronous. It looks good for speed up and performance.After implementing this, we can remove blew TODO.