Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startAndPing (0.37 sec)

  1. src/internal/fuzz/worker.go

    		count:         resp.Count,
    		totalDuration: resp.Duration,
    	}, nil
    }
    
    func (w *worker) isRunning() bool {
    	return w.cmd != nil
    }
    
    // startAndPing starts the worker process and sends it a message to make sure it
    // can communicate.
    //
    // startAndPing returns an error if any part of this didn't work, including if
    // the context is expired or the worker process was interrupted before it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top