Skip to main content

Module handle

Module handle 

Source
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§

CapturedHandle
An owned duplicate of a handle a request names.
HandleCaptureError
A synchronous failure while capturing a caller’s handle.

Enums§

HandleCaptureFailure
Why a handle could not be captured.