A pool for QuantumGraphTimer objects. More...
Static Public Member Functions | |
static T | Get () |
Get an item from the pool or create a new one if the pool is empty. More... | |
static void | Return (T item) |
Return an item to the pool. More... | |
|
inlinestatic |
Get an item from the pool or create a new one if the pool is empty.
|
inlinestatic |
Return an item to the pool.
item | Item to return to the pool |