Question
What is an ExecutionContext responsible for?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Scheduling asynchronous tasks such as Future computations
Explanation:
An ExecutionContext provides threads or an execution service.
Poorly chosen contexts can cause starvation or excessive concurrency.
Leave a Reply