Searched defs:ProgCache (Results 1 – 1 of 1) sorted by relevance
31 type ProgCache struct { struct32 cmd *exec.Cmd33 stdout io.ReadCloser // from the child process34 stdin io.WriteCloser // to the child process35 bw *bufio.Writer // to stdin36 jenc *json.Encoder // to bw40 can map[ProgCmd]bool48 fuzzDirCache Cache50 closing atomic.Bool51 ctx context.Context // valid until Close via ctxClose[all …]