You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that the goruotines will still be waiting on range work even after Example.Sample returns, and the fact that those goroutines are still referencing the work channel may further prevent the channel itself from being garbage collected. Please let me know if I'm missing anything, thanks!
The text was updated successfully, but these errors were encountered:
My understanding is that the goruotines will still be waiting on
range work
even afterExample.Sample
returns, and the fact that those goroutines are still referencing thework
channel may further prevent the channel itself from being garbage collected. Please let me know if I'm missing anything, thanks!The text was updated successfully, but these errors were encountered: