Skip to content

Latest commit

 

History

History
138 lines (87 loc) · 4.75 KB

pipe.rst

File metadata and controls

138 lines (87 loc) · 4.75 KB

:cuv_pipe_t --- Pipe handle

Pipe handles provide an abstraction over streaming files on Unix (including local domain sockets, pipes, and FIFOs) and named pipes on Windows.

:cuv_pipe_t is a 'subclass' of :cuv_stream_t.

Data types

Public members

The :cuv_stream_t members also apply.

API

The :cuv_stream_t API functions also apply.