Skip to content

Eventual

Eventual<T> = T | TgpuSlot<T> | TgpuLazy<T>

Defined in: packages/typegpu/src/core/slot/slotTypes.ts:122

Represents a value that is available at resolution time.

T