Interface IRunnablePool<T>
Namespace: FixAntenna.Common.Threading.Runnable
Assembly: FixAntenna.Common.dll
Syntax
public interface IRunnablePool<T>
where T : IRunnableObject
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Get()
Get object from pool @return
Declaration
T Get()
Returns
| Type | Description |
|---|---|
| T |
Release(T)
Return object to the pool
Declaration
void Release(T ob)
Parameters
| Type | Name | Description |
|---|---|---|
| T | ob |