-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
std.Io.Threaded: move max_iovecs_len to Io #25750
Copy link
Copy link
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
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.Iointerface:Furthermore, it may be beneficial to make it one of the configurable
std.Options.