Methods

initΒΆ

init(pipe:Pipe)

Pipe constructor. Create UNIX pipe using PIPE(2). Throws PipeCreateFail if pipe can not be created.
Source: stdlib.ngs:2905

Example

p = Pipe()