Searched refs:now (Results 1 – 6 of 6) sorted by relevance
74 let now = Instant::now(); in record_route() localVariable99 summary.elapsed_time = now.elapsed().as_secs() as i32; in record_route()
62 let start = time::Instant::now(); in run_route_chat()
123 …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…
211 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 it745 let start = time::Instant::now();
425 4. Once the changelog has been updated you can now create a `chore: release435 6. Once all the crates have been released you now must create a release on
641 * **build:** Build will now generate each service client and server into their own modules.