Module wireman_core::client

source ·
Expand description

Module for all grpc related stuff

Modules§

Structs§

  • Represents a gRPC client for making RPC calls.

Functions§

  • Creates a new gRPC client and sends a message to a gRPC server. This method is async.
  • Creates a new gRPC client and sends a message to a gRPC server. This method is blocking.
  • Creates a new Tokio runtime.