pipe: fds, files - get read/write file pair for a pipe — Inferno 1ed
pipe: fds, files - get read/write file pair for a pipe
include "pipe.m"; pipe:= load Pipe Pipe->PATH; fds: fn(): (ref Sys->FD, ref Sys->FD); files: fn(): (string, string);
Description
Notes
The pipes are implemented by creating channels and associated files, which are uniquely named, in the /chan directory.
Files
/chan
See Also
|
file2chan - create file connected to Limbo channel in Chapter 8
|
|
open, create - open/create a file for reading or writing in Chapter 8
|
|
read, write, stream - read, write, or stream file in Chapter 8
|
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.