-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve flexibility of message sending API #932
Comments
@jstarry Hello, may I take this up? Another contributor has already submitted a few issues corresponding to the todos, before I could assemble all of them, so maybe I can help out here instead. |
@Manish-Giri yes, sounds great. Appreciate the help :) |
Hey @Manish-Giri, how's it going? Have you had time to look into this yet? I'm happy to help if you have any questions! |
@jstarry if @Manish-Giri does not mind, I will pick it up |
@captain-yossarian go for it |
Ah yup, thanks! |
The message sending api for
ComponentLink<_>
could be more flexible and user-friendly if it acceptedInto<Msg>
instead ofMsg
.More flexibility with
Into<COMP::Message>
The text was updated successfully, but these errors were encountered: