ResourceArena.resourceLifetime

Number of cycles a resource stays alive for, beyond the cycle they were created during.

If set to zero (0), resources are freed whenever startCycle is called. If set to one (1), the default, resources have to remain unused for a cycle to be freed.

struct ResourceArena(T)
int resourceLifetime;

Meta