MCPcopy Create free account
hub / github.com/Soypete/Production-Go-Examples / run

Method run

exercise-2/main.go:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (wp *workerPool) run() int {
26 numWords := 0
27 // TODO: add logic for queueing workers based on the number provided in the flag.
28 // add the number of words detected by each worker to the totalNumberWorkder
29}
30
31// getMessages gets a slice of messages to process
32func getMessages() []string {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected