AllocationContext.Delegate
template AllocationContext(Allocator = Mallocator, bool Atomic = true)
struct Delegate (
) {
CtxRefCounted!(Closure!(Ret, Args)) _closure;
}
A disabled default is present on this object. To use it, use one of the other constructors or a factory function.
RAII wrapper for callable closure.