jwiegley / async-pool

Other
21 stars 13 forks source link

Make docs for withTaskGroup clearer #19

Closed saurabhnanda closed 2 years ago

saurabhnanda commented 4 years ago

Apparently withTaskGroup uses withTaskGroupIn internally and has the same behaviour of cancelling all current threads. As a first-time user I was surprised by this behaviour (which seemed undocumented to me).