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
{{ message }}
This repository was archived by the owner on Dec 28, 2020. It is now read-only.
It's better to close the done channels right after a signal is sent. If coop user is accidently reading from done channels in multiple cases, they will be blocked forever. Closing a channel makes it eternally non-blocking.