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
In #4867 we removed GenericChan and GenericPort from the prelude. I now think this was a mistake, since these are the traits that provide send and recv. Maybe GenericChan, GenericPort, GenericSmartChan and Peekable should all be imported by default.
In #4867 we removed
GenericChanandGenericPortfrom the prelude. I now think this was a mistake, since these are the traits that providesendandrecv. MaybeGenericChan,GenericPort,GenericSmartChanandPeekableshould all be imported by default.