What is the purpose of the 'std::future' class in C++ multi-threading?
A. To represent the result of an asynchronous operation
B. To execute a task asynchronously
C. To synchronize the execution of threads
D. To manage thread priorities
Answer: Option A

Join The Discussion