Advertisement

Exception: Async vs Sync Model

Started by September 07, 2000 11:07 PM
-1 comments, last by Void 24 years, 3 months ago
From the MSDN "Catching hardware exceptions is still possible with the synchronous model. However, some of the unwindable objects in the function where the exception occurs may not get unwound, if the compiler judges their lifetime tracking mechanics to be unnecessary for the synchronous model." The above statment make me feel uneasy about sync model, although it seems much better since it generates less code? Can anyone makes sense on what the above is trying to say plz?

This topic is closed to new replies.

Advertisement