Skip to content

Commit

Permalink
aio: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Feb 20, 2025
1 parent 54e74c6 commit fcb586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aio.zig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub const Options = struct {
backend_override: ?type = null,
/// Max thread count for a thread pool if a backend requires one.
/// By default use the cpu core count.
/// Use count 1 to disable threading in multi-threaded builds.
/// Use 0 to disable threading in multi-threaded builds.
/// In single-threaded builds this option is ignored.
max_threads: ?u32 = null,
/// Operations that the main backend must support.
Expand Down

0 comments on commit fcb586e

Please sign in to comment.