Example #1
0
 static void Main(string[] args)
 {
     Locks.DoStuff(Enumerable.Range(0, 10000).Select(e => 9999 - e).ToList());
 }