arch: automatically optimizing arch packages compilation | aria2c stdout sleep

This commit is contained in:
Vinicius Moreira
2019-09-23 13:01:30 -03:00
parent c5215c8236
commit 5441d35ee2
9 changed files with 134 additions and 52 deletions

View File

@@ -19,3 +19,10 @@ class FileDownloader(ABC):
@abstractmethod
def is_multithreaded(self) -> bool:
pass
@abstractmethod
def get_default_client_name(self) -> str:
"""
:return: retrieve current downloader client name
"""
pass