Skip to content

Instantly share code, notes, and snippets.

@syafdia
Last active May 9, 2021 14:00
Show Gist options
  • Save syafdia/1bec2842c051bed7994b69224925f203 to your computer and use it in GitHub Desktop.
Save syafdia/1bec2842c051bed7994b69224925f203 to your computer and use it in GitHub Desktop.
type workerPool struct {
maxWorker int
queuedTaskC chan func()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment