-
Notifications
You must be signed in to change notification settings - Fork 464
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
Confusing use of notify
#86
Comments
Changing it to |
Thanks for the feedback. We had contemplated We're still working through this example so will likely wait a while before making an PR - to ensure we haven't misunderstood. For future reference, we also thought this line (signalling is a synonym for sending): /// Shutdown is signalled using a `broadcast::Receiver`. might be better phrased: /// Shutdown signals are monitored via a `broadcast::Receiver`. Which of course suggests that |
No, it isn't a As for the word "monitor", I find that word very unnatural here. If we are to rephrase the sentence, I would prefer this:
|
|
Thank you for all the effort put into Tokio and the mini-redis demonstration project. As well as for making these open source.
Trying to understand Rust, we were confused by the use of the term
notify
to refer to aReceiver
, specificallynotify.recv()
had us looking twice.Some dictionaries have
listen
orcollect
orgather
as antonyms for notify.We think changing this usage of
notify
to one of the antonyms may be less puzzling?The text was updated successfully, but these errors were encountered: