C# (CSharp) Fibrous.Queues Namespace

Classes

Name Description
BoundedQueue Queue with bounded capacity. Will throw exception if capacity does not recede prior to wait time. Good for putting back pressure on fast publishers
BusyWaitQueue Busy waits on lock to execute. Can improve performance in certain situations.
QueueFullException