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
I noticed that the code for the queue part of the mpsc channel was borrowed from the standard library, but it was since relicensed in rust-lang/rust#42149, so I think it's alright to change it here as well.