Implementation of BlockingQueue based on
http://stackoverflow.com/questions/530211/creating-a-blocking-queuet-in-net
Namespace: VVVV.Utils.ConcurrentAssembly: 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"]