[corlib] Use ManualResetEvent.WaitOne instead of Thread.Sleep to test Thread.Interrupt
authorLudovic Henry <ludovic.henry@xamarin.com>
Tue, 30 Jun 2015 20:53:24 +0000 (17:53 -0300)
committerLudovic Henry <ludovic.henry@xamarin.com>
Tue, 14 Jul 2015 22:04:15 +0000 (19:04 -0300)
This is because Thread.Sleep does not use the thread interrupt mechanism, while WaitHandle.{WaitOne, WaitAll and WaitAny} do


No differences found