I need to use a thread safe List. I was hoping to use the BlockingCollection in System.Collections.Concurrent but it does not seem to be available in Xamarin Forms PCL (targeting 4.5, iOS, Android & WinPhone).
Can anyone help. System.Collections.Concurrent is not an available reference.
Thanks in advance
Paul