Flushes the objects pool removing objects marked to remove now (with negative or zero time to live).
| 35 | /// Flushes the objects pool removing objects marked to remove now (with negative or zero time to live). |
| 36 | /// </summary> |
| 37 | FORCE_INLINE static void Flush() |
| 38 | { |
| 39 | Flush(0, 0); |
| 40 | } |
| 41 | |
| 42 | /// <summary> |
| 43 | /// Flushes the objects pool. |
no outgoing calls
no test coverage detected