Puts an item in the queue.

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

Syntax

C#
public void Enqueue(
	T item
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:VVVV.Utils.Concurrent.BlockingQueue`1.Enqueue(`0)"]

See Also