Skip to content

Instantly share code, notes, and snippets.

@pmcanseco
pmcanseco / workerpool.go
Last active September 27, 2019 15:11
pool of workers in golang
package main
import (
"fmt"
"time"
)
func main() {
startTime := time.Now() // keep track of when we started