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
Mostly affects naming (channel.send instead of .complete), but also allows for new APIs such as channel.send taking the channel as borrowed when the target is unordered (and as owned when the target is totally ordered).
Mostly affects naming (
channel.sendinstead of.complete), but also allows for new APIs such aschannel.sendtaking thechannelas borrowed when the target is unordered (and as owned when the target is totally ordered).