Home
last modified time | relevance | path

Searched refs:change (Results 1 – 11 of 11) sorted by relevance

/tonic/examples/src/dynamic_load_balance/
H A Dclient.rs28 let change = Change::Insert("1", e1); in main() localVariable
29 let res = rx.send(change).await; in main()
33 let change = Change::Insert("2", e2); in main() localVariable
34 let res = rx.send(change).await; in main()
38 let change = Change::Remove("1"); in main() localVariable
39 let res = rx.send(change).await; in main()
44 let change = Change::Remove("2"); in main() localVariable
45 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 …]
/tonic/tonic/src/transport/channel/service/
H A Ddiscover.rs37 Poll::Ready(Some(change)) => match change { in poll_next()
/tonic/examples/src/health/
H A DREADME.md16 will show the change in health status of the service over time.
/tonic/
H A DCONTRIBUTING.md119 documentation) are greatly appreciated. Before making a large change, it is
120 usually a good idea to first open an issue describing the change to solicit
126 If the change being proposed alters code (as opposed to only documentation for
228 represent a single logical change, please squash those together.
308 squashed into one commit per logical change. Metadata will be added to the
342 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 change
366 `Nit: change foo() to bar(). But this is not blocking.`
[all …]
H A DCHANGELOG.md329 * **tonic:** change `connect_lazy` to be infallible ([#712](https://github.com/hyperium/tonic/issue…
/tonic/examples/proto/googleapis/google/api/
H A Dclient.proto60 // a breaking change.
62 // change.
H A Dfield_behavior.proto45 // This **does not** change the behavior in protocol buffers itself; it only
/tonic/tonic/benches-disabled/
H A DREADME.md25 change:
/tonic/tonic-build/
H A DREADME.md76 //.out_dir("src/google") // you can change the generated code's location
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto524 // This may be used to change a push subscription to a pull one (signified by
525 // an empty `PushConfig`) or vice versa, or change the endpoint URL and other
842 // use to change the format of the pushed message. This attribute
/tonic/examples/
H A Drouteguide-tutorial.md335 **Note:** If you are following along, you'll need to change the data file's path from