Skip to content

Latest commit

 

History

History
242 lines (155 loc) · 8.61 KB

stream.rst

File metadata and controls

242 lines (155 loc) · 8.61 KB

:cuv_stream_t --- Stream handle

Stream handles provide an abstraction of a duplex communication channel. :cuv_stream_t is an abstract type, libuv provides 3 stream implementations in the form of :cuv_tcp_t, :cuv_pipe_t and :cuv_tty_t.

Data types

Public members

The :cuv_handle_t members also apply.

API

The :cuv_handle_t API functions also apply.