Module svc_storage::grpc

source ·
Expand description

gRPC provides server implementations for gRPC

Re-exports

  • pub use crate::common::ArrErr;

Modules

  • log macro’s for gRPC logging
  • gRPC server implementation

Enums

Traits

Functions

  • Get the tokio handle of the current runtime. Makes sure a Handle is returned, even if there is no current handle found. The handle can be used to spawn a separate task, or run an async function from a non-async function.