nu_autoreleasepool_pop

Pops an auto release pool from the pool stack.

@system @nogc
void
nu_autoreleasepool_pop
(
void* ctx
)

Parameters

ctx void*

A context pointer.

Memorysafety: nu_autoreleasepool_push and nu_autoreleasepool_pop are internal API and are not safely used outside of the helpers.

See Also

Meta