thread-safety definition
David Abrahams
dave at boost-consulting.com
Thu Jan 8 15:08:16 UTC 2004
Mathieu Lacage <Mathieu.Lacage at sophia.inria.fr> writes:
> hi all,
>
> It looks like what everyone is trying to achieve here is a way for C++
> authors to write thread-safe libraries.
I think you missed something, or maybe the main thing. C++ authors
can already write thread-safe libraries.
What I'm trying to achieve is to allow existing thread-safe library
code that wasn't written with POSIX cancellations in mind to be used
easily in a POSIX environment.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
More information about the c++-pthreads
mailing list