Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3055216
pipes.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
pipes.h
View Options
#ifndef STREAMS_PIPES_H
#define STREAMS_PIPES_H
#include
"types.h"
#include
<stdbool.h>
void
init_pipes_proto
(
ant_t
*
js
,
ant_value_t
rs_proto
);
ant_value_t
readable_stream_tee
(
ant_t
*
js
,
ant_value_t
source
);
ant_value_t
readable_stream_pipe_to
(
ant_t
*
js
,
ant_value_t
source
,
ant_value_t
dest
,
bool
prevent_close
,
bool
prevent_abort
,
bool
prevent_cancel
,
ant_value_t
signal
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Apr 3, 4:57 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521505
Default Alt Text
pipes.h (394 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment