bobdebuildr
bobdebuildr
Hello! I've been following this project over the past few weeks, and am very interested in using it as soon as 0.6 is stable. What isn't so clear to me...
I'm in the process of "migrating" code to the new changes that were pushed in recent days. Is it correct that there is currently no `stop_all` function on `Mailbox` or...
Yes, I saw the `stop_{all,self}` functions on `Context`, but that's not accessible outside of a handler, if I understand correctly. > I would suggest making a message `StopAll` which you...
Thanks for the clarification! I'm really liking this library, it's just so simple but can do everything I want.
I managed to add this function- if you're interested I can open a pull request.
This is a feature I would really like. I'm new to implementing serde internals, but could take a look at implementing this. A few questions: - If the two functions...