struct Options [src]
Fields
gpa: Allocator
thread_pool: *std.Thread.Pool
graph: *const std.Build.Graph
all_steps: []const *Build.Step
ttyconf: std.Io.tty.Config
root_prog_node: std.Progress.Node
watch: bool
listen_address: std.net.Address
Source
pub const Options = struct {
gpa: Allocator,
thread_pool: *std.Thread.Pool,
graph: *const std.Build.Graph,
all_steps: []const *Build.Step,
ttyconf: std.Io.tty.Config,
root_prog_node: std.Progress.Node,
watch: bool,
listen_address: std.net.Address,
}