yruslan/channel_scala

Implement WaitGroups

Closed this issue · 0 comments

Background

This could be useful when running multiple tasks with channels in thread pools. Especially is JVM 21 Virtuasl Threads are involved,

https://gobyexample.com/waitgroups

and

https://pkg.go.dev/sync#WaitGroup.Add

Feature

Implement WaitGroups