Question
What is a Future?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A placeholder for a result that may become available asynchronously
Explanation:
Futures allow nonblocking composition of asynchronous computations.
An execution context schedules the underlying work.
Leave a Reply