Question 3 (Expert):
In Python's asyncio, what is the purpose of the
A) To collect garbage from memory
B) To run multiple awaitables concurrently and wait for all to finish
C) To gather system resources for a task
D) To aggregate results from multiple threads
#Python #AsyncIO #Concurrency #AdvancedProgramming
In Python's asyncio, what is the purpose of the
gather()
function?A) To collect garbage from memory
B) To run multiple awaitables concurrently and wait for all to finish
C) To gather system resources for a task
D) To aggregate results from multiple threads
#Python #AsyncIO #Concurrency #AdvancedProgramming
🫡1