Home
last modified time | relevance | path

Searched refs:reader (Results 1 – 3 of 3) sorted by relevance

/tonic/examples/src/json-codec/
H A Dcommon.rs48 serde_json::from_reader(buf.reader()).map_err(|e| Status::internal(e.to_string()))?; in decode()
/tonic/tonic-health/src/
H A Dserver.rs112 let reader = self.statuses.read().await; in service_health() localVariable
113 reader.get(service_name).map(|p| *p.1.borrow()) in service_health()
/tonic/
H A DCONTRIBUTING.md150 for a reader to understand and actually testing the API.