6 ms·
concurrent.futures isn't really _another_ parallel library... its just the standard libraries higher level interface to both the multiprocessing and threading
by necrobrit 11y ago
concurrent.futures isn't really _another_ parallel library... its just the standard libraries higher level interface to both the multiprocessing and threading modules.
See the PEP: https://www.python.org/dev/peps/pep-3148/ https://www.python.org/dev/peps/pep-3148/
- deleted 11y ago[deleted]