Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 37)
37.
What is the purpose of the concurrent.futures module?
Working with regular expressions
Asynchronous I/O operations
Executing functions concurrently using threads or processes
Creating GUI applications
Answer: Option
Explanation:
The concurrent.futures module in Python provides a high-level interface for asynchronously executing functions using threads or processes.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.