Home
last modified time | relevance | path

Searched refs:now (Results 1 – 6 of 6) sorted by relevance

/tonic/examples/src/routeguide/
H A Dserver.rs74 let now = Instant::now(); in record_route() localVariable
99 summary.elapsed_time = now.elapsed().as_secs() as i32; in record_route()
H A Dclient.rs62 let start = time::Instant::now(); in run_route_chat()
/tonic/examples/
H A Dhelloworld-tutorial.md123 …d server gRPC code into the build process of our application. We will setup this build process now:
240 You should now be able to run your HelloWorld gRPC server using the command `cargo run --bin hellow…
260 So now we have a running gRPC server, and that's great but how can our application communicate with…
H A Drouteguide-tutorial.md211 soon! We can now move on to the fun part.
233 We can start by defining a struct to represent our service, we can do this on `main.rs` for now:
447 let now = Instant::now();
466 summary.elapsed_time = now.elapsed().as_secs() as i32;
613 Our client is now ready to make service calls. Note that `client` is mutable, this is because it
745 let start = time::Instant::now();
/tonic/
H A DCONTRIBUTING.md425 4. Once the changelog has been updated you can now create a `chore: release
435 6. Once all the crates have been released you now must create a release on
H A DCHANGELOG.md641 * **build:** Build will now generate each service client and server into their own modules.