Click here to Skip to main content
15,895,256 members
Articles / Programming Languages / C#

A .NET Wrapper for the Vista/Server 2008 Condition Variable (New Sychronization Primitive)

Rate me:
Please Sign up or sign in to vote.
3.50/5 (3 votes)
13 Mar 2008CPOL2 min read 28.7K   240   10  
Vista introduced a new synchronization primitive called the CONDITION_VARIABLE. In this article, I will provide a .NET wrapper (written in C++/CLI) for this primitive and explain how it works.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions