Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 5 of 5) sorted by relevance

/tonic/tonic/src/transport/channel/service/
H A Ddiscover.rs22 changes: Receiver<Change<K, Endpoint>>, field
26 pub(crate) fn new(changes: Receiver<Change<K, Endpoint>>) -> Self { in new()
27 Self { changes } in new()
35 match Pin::new(&mut self.changes).poll_recv(cx) { in poll_next()
/tonic/
H A DCONTRIBUTING.md49 often, by opening a Pull Request that changes some bit of something in
110 workflow that ensures that the proposed changes meet the minimal quality and
115 Pull Requests are the way concrete changes are made to the code, documentation,
211 When making changes to `tonic-build` that affects the generated code you will
222 It is a recommended best practice to keep your changes as logically grouped as
225 changes that are split across multiple commits.
291 You will probably get feedback or requests for changes to your Pull Request.
295 in order to evaluate whether the changes are correct and necessary.
402 changes make sure to select a semver compatible version bump.
423 must also add any breaking changes here as sometimes they get lost.
[all …]
/tonic/tonic/benches-disabled/
H A DREADME.md19 …eful for establishing a first-run baseline and then comparing after code-changes - e.g. `Performan…
/tonic/tonic-health/proto/
H A Dhealth.proto50 // the service's serving status changes.
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto527 // continuously through the call regardless of changes to the `PushConfig`.