Page MenuHomePhorge

pipes.h
No OneTemporary

Size
394 B
Referenced Files
None
Subscribers
None
#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

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)

Event Timeline