Expand description
Owned handle references.
Five of the round-one entries take a handle rather than a path, so handle
ownership is a shared primitive rather than a detail of any one of them.
CapturedHandle is that primitive: it duplicates a caller’s handle at
capture, owns the duplicate for its life, and closes it on drop.
Structs§
- Captured
Handle - An owned duplicate of a handle a request names.
- Handle
Capture Error - A synchronous failure while capturing a caller’s handle.
Enums§
- Handle
Capture Failure - Why a handle could not be captured.