Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nob.h
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ typedef struct {
typedef struct {
// Run the command asynchronously appending its Nob_Proc to the provided Nob_Procs array
Nob_Procs *async;
// Maximum processes allowed in the .async list. Zero implies nob_nprocs().
// Maximum processes allowed in the .async list. Zero implies nob_nprocs() + 1.
size_t max_procs;
// Do not reset the command after execution.
bool dont_reset;
Expand Down