MCPcopy Create free account
hub / github.com/divan/gotrace / parse

Function parse

examples/serverworker.go:26–30  ·  view source on GitHub ↗
(results chan int)

Source from the content-addressed store, hash-verified

24}
25
26func parse(results chan int) {
27 for {
28 <-results
29 }
30}
31
32func pool(ch chan int, n int) {
33 wch := make(chan int)

Callers 1

poolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected