pipe — Inferno 1.1ed
pipe
Synopsis
include "lib.m"; pipe:= load Pipe Pipe->PATH; fds: fn(): (ref Sys->FD, ref Sys->FD); files: fn(): (string, string);
Description
Notes
The pipes are implemented via by creating channels and associated files (uniquely named) in the /chan directory.
Files
/chan
See Also
|
file2chan
|
Creating file/channel associations
|
|
open
|
Converting file name to ref FD
|
|
read
|
Accessing a file via ref FD
|
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.