struct MakeOptions [src]
Fields
progress_node: std.Progress.Node
thread_pool: *std.Thread.Pool
watch: bool
Source
pub const MakeOptions = struct {
progress_node: std.Progress.Node,
thread_pool: *std.Thread.Pool,
watch: bool,
}
pub const MakeOptions = struct {
progress_node: std.Progress.Node,
thread_pool: *std.Thread.Pool,
watch: bool,
}