Talk:Mutex

From Rosetta Code
Revision as of 04:57, 3 November 2008 by MikeMol (talk | contribs) (need more code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I added some C/C++ code for the Win32 API. My reasoning is that--parallelization algorithms aside--how to access synchronization objects in a language is becoming almost as important as that language's conditional and loop processing facilities. I think code should be offered for other languages (and APIs...I don't know how to do it in pthreads or C++0x) as well.--Short Circuit 04:57, 3 November 2008 (UTC)