Module fidl::handle

source ·
Expand description

A portable representation of handle-like objects for fidl.

Re-exports

Modules

  • Fuchsia implementation of handles just aliases the zircon library

Structs

  • An I/O object representing a Channel.
  • An I/O object representing a Socket.
  • A future that completes when some set of signals become available on a Handle.

Functions

  • Converts a vector of HandleDisposition (handles bundled with their intended object type and rights) to a vector of HandleInfo (handles bundled with their actual type and rights, guaranteed by the kernel).