Implementation of BlockingQueue based on http://stackoverflow.com/questions/530211/creating-a-blocking-queuet-in-net

Namespace: VVVV.Utils.Concurrent
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public class BlockingQueue<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.Utils.Concurrent.BlockingQueue`1"]

Inheritance Hierarchy

System..::..Object
  VVVV.Utils.Concurrent..::..BlockingQueue<(Of <(<'T>)>)>

See Also