Question
In deferred thread cancellation, when does the target thread terminate?
Select an option. Your answer will be checked instantly.
Correct Answer: A. When it reaches a defined cancellation point and processes the request
Explanation:
Deferred cancellation lets the target thread stop at controlled points where cleanup is safer.
It reduces the risk of leaving locks held or data structures inconsistent.
Leave a Reply