IObjectPoolGetThreadSafe

Description

interface Tinman.Core.System.IObjectPoolGetThreadSafe<T ref>

Derived from

IObjectPoolThreadSafe<T>

Extended by

ObjectPool

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

See also

ObjectPoolUtil

Public / Methods

Get​Thread​Safe


[ThreadSafe]
public method GetThreadSafe → ()

returns → T

The pooled object.

The thread-safe version of IObjectPoolGet.Get.