ConcurrentCollectorExtensions Class
Namespace: Stride.Core.ThreadingAssembly: Stride.Core.dll
System.Object →
ConcurrentCollectorExtensions
Derived from ConcurrentCollectorExtensions:
public static class ConcurrentCollectorExtensions
| Name | Description | |
|---|---|---|
| Methods | ||
| Add<T>(ConcurrentCollector<T>, T, ConcurrentCollectorCache<T>) | ||
Methods
Add<T>(ConcurrentCollector<T>, T, ConcurrentCollectorCache<T>)
public static void Add<T>(this ConcurrentCollector<T> collection, T item, ConcurrentCollectorCache<T> cache)
Parameters
| Type | Name | Description |
|---|---|---|
| ConcurrentCollector<T> | collection | |
| T | item | |
| ConcurrentCollectorCache<T> | cache |
Type Parameters
| Name | Description |
|---|---|
| T |