IObjectPoolThreadSafe

Description

interface Tinman.Core.System.IObjectPoolThreadSafe<T in ref>

Generic base interface for classes that perform thread-safe memory pooling of objects.

See also

ObjectPoolUtil

Public / Methods

Put​Thread​Safe


[ThreadSafe]
public method PutThreadSafe → (1)

obj in : T

[not-null]
The pooled object to put back.

The thread-safe version of IObjectPool.Put.

See also

IObjectPool.Put