see http://www.hanselman.com/blog/ComparingTwoTechniquesInNETAsynchronousCoordinationPrimitives.aspx
Example #1
0
 internal Releaser(AsyncLock toRelease) {
     this.m_toRelease = toRelease;
 }
Example #2
0
 internal Releaser(AsyncLock toRelease)
 {
     this.m_toRelease = toRelease;
 }