Skip to content

Latest commit

 

History

History
182 lines (115 loc) · 6.54 KB

pipe.rst

File metadata and controls

182 lines (115 loc) · 6.54 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.