Searched refs:change (Results 1 – 11 of 11) sorted by relevance
28 let change = Change::Insert("1", e1); in main() localVariable29 let res = rx.send(change).await; in main()33 let change = Change::Insert("2", e2); in main() localVariable34 let res = rx.send(change).await; in main()38 let change = Change::Remove("1"); in main() localVariable39 let res = rx.send(change).await; in main()44 let change = Change::Remove("2"); in main() localVariable45 let res = rx.send(change).await; in main()52 let res = rx.send(change).await; in main()57 let change = Change::Remove("3"); in main() localVariable[all …]
37 Poll::Ready(Some(change)) => match change { in poll_next()
16 will show the change in health status of the service over time.
119 documentation) are greatly appreciated. Before making a large change, it is120 usually a good idea to first open an issue describing the change to solicit126 If the change being proposed alters code (as opposed to only documentation for228 represent a single logical change, please squash those together.308 squashed into one commit per logical change. Metadata will be added to the342 Focus first on the most significant aspects of the change:344 1. Does this change make sense for Tokio?345 2. Does this change make Tokio better, even if only incrementally?347 4. Is the commit message readable and correct? If it contains a breaking change366 `Nit: change foo() to bar(). But this is not blocking.`[all …]
329 * **tonic:** change `connect_lazy` to be infallible ([#712](https://github.com/hyperium/tonic/issue…
60 // a breaking change.62 // change.
45 // This **does not** change the behavior in protocol buffers itself; it only
25 change:
76 //.out_dir("src/google") // you can change the generated code's location
524 // This may be used to change a push subscription to a pull one (signified by525 // an empty `PushConfig`) or vice versa, or change the endpoint URL and other842 // use to change the format of the pushed message. This attribute
335 **Note:** If you are following along, you'll need to change the data file's path from