Table of Contents

Class ConcurrentCollectorExtensions

Namespace
Stride.Core.Threading
Assembly
Stride.Core.dll
public static class ConcurrentCollectorExtensions
Inheritance
ConcurrentCollectorExtensions

Methods

Add<T>(ConcurrentCollector<T>, T, ConcurrentCollectorCache<T>)

public static void Add<T>(this ConcurrentCollector<T> collection, T item, ConcurrentCollectorCache<T> cache)

Parameters

collection ConcurrentCollector<T>
item T
cache ConcurrentCollectorCache<T>

Type Parameters

T