Skip to content

InvokablePool Methods

Object pool for IInvokable implementations.

Get

static
View source
public static T Get<T>()
Gets a value from the pool.

Returns

A value from the pool.

Return(T)

static
View source
public static void Return<T>(T obj)
Returns a value to the pool.

Parameters

objT
The value to return.