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
This is just a question. I'm using your library at present in a widget that does not generate effects, but rather passes a message up, so what I really need is debounced messages. So for the moment I have use your library to create commands using Task.succeed. I am looking at the alternatives, but wanted to enquire about your design choices
The text was updated successfully, but these errors were encountered:
I have a similar problem where I'd like to both return a command and modify the model. Thanks for the Task.succeed idea @simonh1000 I'll probably go with that as a short term solution.
This is just a question. I'm using your library at present in a widget that does not generate effects, but rather passes a message up, so what I really need is debounced messages. So for the moment I have use your library to create commands using
Task.succeed
. I am looking at the alternatives, but wanted to enquire about your design choicesThe text was updated successfully, but these errors were encountered: