Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
mark pipes program as erroneous
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Feb 5, 2015
1 parent df6db79 commit a260e6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ a collection of a pointer to bytes (``uv_buf_t.base``) and the length
What does require management is the actual bytes, which have to be allocated
and freed by the application.

.. ERROR::

THIS PROGRAM DOES NOT ALWAYS WORK, NEED SOMETHING BETTER**

To demonstrate streams we will need to use ``uv_pipe_t``. This allows streaming
local files [#]_. Here is a simple tee utility using libuv. Doing all operations
asynchronously shows the power of evented I/O. The two writes won't block each
Expand Down

0 comments on commit a260e6d

Please sign in to comment.