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.
- Request
Id - 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§
- Resource
Ref - A
(domain, id)reference to a resource (buffer, queue, descriptor heap, pipeline, …).domainselects the namespace;idis opaque.