Go Playground - The Go Programming Language 
<https://go.dev/play/p/djBu4lQos_d>

Hello everyone, this is a scheduling program similar to a WorkerPool that I 
implemented in Golang. The purpose of this program is to limit the number 
of goroutines while still allowing concurrent execution of my tasks. As a 
beginner in Golang, I may have overlooked some bugs in my code despite the 
fact that the main method runs and executes perfectly. There may be hidden 
bugs, such as goroutine leaks, deadlock bugs, or improper use of channels. 
I would appreciate it if you could help me review the code. Thank you.


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/b44a5a52-f4ba-4c23-9718-c419e3365570n%40googlegroups.com.

Reply via email to