Sean Yu

Sean Yu

Sr. Software Eng @ Xendit.
Solving problems for software and teams to ⚖️.
Giving learning in public a 🥃.

  • Articles
  • About me
  • Contact me
  • email
  • medium
  • github
  • twitter
  • linkedin
  • instagram
© All rights reserved.

Golang

November 2022Golang

Stop and Go — Regulating goroutines with a traffic light

In Go, you can control the number of concurrent goroutines running based on your needs by using a buffered channel as a semaphore.

Read
← PREV
→ NEXT