ConcurrentQueue

Is there something similar to the .Net ConcurrentQueue class in TinyCLR? If not, what would the closest class/approach in TinyCLR be? Any examples?

In the collections provided with TinyClr there is a Queue class.

The source is at https://github.com/ghi-electronics/TinyCLR-Libraries/blob/dev/mscorlib/Collections/Queue.cs