Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

API.Util.ObjectPool

JuDelCo edited this page Jun 1, 2021 · 4 revisions

Namespace: Ju.Util

ObjectPool < T >

A very simple but functional object pool. It will instantiate a new object if there is none cached.

ObjectPool();
ObjectPool(int capacity);

T Get();
void Push(T obj);

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.