I am writing a container library in C with the objective of giving
all C programmers a "STL light" package.
I need synchronization primitives for multi-threaded operation. I remember
that I reviewed in this group a thread proposal written by Plauger.
Is that proposal accepted?
Should I use it as a basis for the synch primitives?
Thanks in advance.
jacob
The latest committee draft for C201X is
<http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1425.pdf>.
It includes a <threads.h> header. I'm not sure how it relates to
Plauger's proposal.
--
Keith Thompson (The_Other_Keith) ks...@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"