Skip to content

std.Io.Threaded: move max_iovecs_len to Io #25750

@andrewrk

Description

@andrewrk

Extracted from #25592.

Rather than having this be an inscrutible internal detail, it may be beneficial to expose this value fon inspection by making it public and available on std.Io interface:

const max_iovecs_len = 8;

Furthermore, it may be beneficial to make it one of the configurable std.Options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions