moonbitlang/async/stdio does not have a README file

    Input

    type Input

    impl Reader for Input

    Input::fd

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

    Output

    type Output

    impl Writer for Output

    Output::fd

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

    stderr

    let stderr : Output

    The standard error channel. Using this value will result in standard error being set to non-blocking mode. The standard error will be reset to its original state after the program exits.

    stdin

    let stdin : Input

    The standard input channel. Using this value will result in standard input being set to non-blocking mode. The standard input will be reset to its original state after the program exits.

    stdout

    let stdout : Output

    The standard output channel. Using this value will result in standard output being set to non-blocking mode. The standard output will be reset to its original state after the program exits.

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io