Limit number of Go routines in your application
Have you ever encountered a problem where you have to limit the number of go routines that you create?
For example, you have a database that your API and Importer use at the same time and you donβt want your importer toβ¦