Sean Yu

Sean Yu

Staff Software Engineer @ Xendit.
Turning curiosity and teamwork into real-world software solutions
Giving learning in public a shot.

  • 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