We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e74c6 commit fcb586eCopy full SHA for fcb586e
src/aio.zig
@@ -16,7 +16,7 @@ pub const Options = struct {
16
backend_override: ?type = null,
17
/// Max thread count for a thread pool if a backend requires one.
18
/// By default use the cpu core count.
19
- /// Use count 1 to disable threading in multi-threaded builds.
+ /// Use 0 to disable threading in multi-threaded builds.
20
/// In single-threaded builds this option is ignored.
21
max_threads: ?u32 = null,
22
/// Operations that the main backend must support.
0 commit comments