Is there a C# equivalent to Java's CountDownLatch?

Kiril picture Kiril · Dec 7, 2009 · Viewed 10k times · Source

Is there a C# equivalent to Java's CountDownLatch?

Answer

CesarGon picture CesarGon · Dec 7, 2009

The .NET Framework version 4 includes the new System.Threading.CountdownEvent class.