Skip to main content

Module ids

Module ids 

Source
Expand description

Typed identifiers. Newtype wrappers keep the type system honest: a RequestId cannot be silently passed where a Seq is expected.

Modules§

resource_domain
Well-known resource domains for ResourceRef.

Structs§

AllocId
Id of an allocation in a staging arena.
ArenaId
Id of a staging arena.
Epoch
Lifetime/recycling epoch. Higher = later.
FileKey
Hash of a file identity (path or object id).
OpId
Id of an in-flight I/O or asynchronous operation.
RequestId
Correlation id for a logical request (an asset load, a frame, …).
Seq
Global monotonic event sequence number within a trace session.
SpanId
Id of a begin/end span (pair of events).

Type Aliases§

ResourceRef
A (domain, id) reference to a resource (buffer, queue, descriptor heap, pipeline, …). domain selects the namespace; id is opaque.