How is NET 4.0 SpinWait method different to pre-4.0 SpinWait()?
问题 MSDN "Thread-Safe Collections .NET Framework 4" states: "Some of the concurrent collection types use lightweight synchronization mechanisms such as SpinLock, SpinWait , SemaphoreSlim, and CountdownEvent, which are new in the .NET Framework 4" while MSDN website tells that SpinWaitwas was available as far as .NET 1.1 while another MSDN article starts SpinWaitwas from .NET 4.0 Well, the curiosity is from the comment by Lee Grissom to answer What is the difference between SynchronizedCollection