What are the real issues?

David Abrahams dave at boost-consulting.com
Tue Jan 6 23:33:51 UTC 2004


Matt Austern <austern at apple.com> writes:

> Third, some people simply object to having cancellation be an
> exception (or anything that looks like an exception): 

Who?

> it means there are some functions that can throw exceptions in the
> presence of threads that wouldn't throw in a single-threaded
> program.

I don't think it means that.  We might choose to throw cancellation
exceptions only from functions that could throw in a single-threaded
app or (threading-specific) functions that can't appear in a
single-threaded app.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the c++-pthreads mailing list