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
Hi, for a rather specific use case, it would be nice to acquire a DynamicSender from a DynamicReceiver, since this would allow eliding a lot of generics. Is there anything preventing this, or a design choice speaking against this? If not, I would be happy to make a PR implementing that.
The text was updated successfully, but these errors were encountered:
Having this feature would "feel wrong". It's nice to be able to rely on the fact that if you give some code a Receiver it can only receive, it can't magically convert that to a Sender and start sending into the channel.
Hi, for a rather specific use case, it would be nice to acquire a
DynamicSender
from aDynamicReceiver
, since this would allow eliding a lot of generics. Is there anything preventing this, or a design choice speaking against this? If not, I would be happy to make a PR implementing that.The text was updated successfully, but these errors were encountered: