moonbitlang/async/os_error does not have a README file
pub(all) suberror OSError { OSError(Int, context~ : String)} derive(ToJson)
impl Show for OSError
fn output(self : OSError, logger : &Logger) -> Unit
fn OSError::is_EACCES(err : OSError) -> Bool
fn OSError::is_ECONNREFUSED(err : OSError) -> Bool
fn OSError::is_EEXIST(err : OSError) -> Bool
fn OSError::is_EINTR(err : OSError) -> Bool
fn OSError::is_ENOENT(err : OSError) -> Bool
fn OSError::is_ENOTDIR(err : OSError) -> Bool
fn OSError::is_ERROR_NOTIFY_ENUM_DIR(err : OSError) -> Bool
fn OSError::is_nonblocking_io_error(err : OSError) -> Bool
fn check_errno(context : String) -> Unit raise OSError
let errno_ENOTDIR : Int
let errno_ENOTSUP : Int
#internal(internal, "for internal use only")fn errno_to_string(errno : Int) -> String
fn get_errno() -> Int
fn is_nonblocking_io_error() -> Bool
Install
Asynchronous programming library for MoonBit
Powered by MoonBit
© 2026 mooncakes.io