Table of Contents

Class ConcurrentCollectorCache<T>

Namespace
Stride.Core.Threading
Assembly
Stride.Core.dll
public class ConcurrentCollectorCache<T>

Type Parameters

T
Inheritance
ConcurrentCollectorCache<T>

Constructors

ConcurrentCollectorCache(int)

public ConcurrentCollectorCache(int capacity)

Parameters

capacity int

Methods

Add(ConcurrentCollector<T>, T)

public void Add(ConcurrentCollector<T> collection, T item)

Parameters

collection ConcurrentCollector<T>
item T

Flush()

public void Flush()