Write a program that expects pathnames as arguments and creates a pool of workers to all at once count how many lines long each file is
Python3
Write a program that expects pathnames as arguments and creates a pool of workers to all at once count how many lines long each file is