README

moonbitlang/async/pipe does not have a README file

#
PipeRead

type PipeRead

The read end of a pipe
impl Reader for PipeRead

#
PipeRead::close

fn PipeRead::close(self : PipeRead) -> Unit

#
PipeRead::fd

fn PipeRead::fd(self : PipeRead) -> Int

#
PipeWrite

type PipeWrite

The write end of a pipe
impl Writer for PipeWrite

#
PipeWrite::close

fn PipeWrite::close(self : PipeWrite) -> Unit

#
PipeWrite::fd

fn PipeWrite::fd(self : PipeWrite) -> Int

#
pipe

fn pipe() -> (PipeRead, PipeWrite) raise

Create a pipe using pipe(2) system call. Return the read end and write end of the pipe.

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io