Module std::sys::windows::pipe

source ·

Structs

Enums

Functions

  • Although this looks similar to anon_pipe in the Unix module it’s actually subtly different. Here we’ll return two pipes in the Pipes return value, but one is intended for “us” where as the other is intended for “someone else”.
  • slice_to_end 🔒
  • Takes an asynchronous source pipe and returns a synchronous pipe suitable for sending to a child process.

Type Definitions