Struct grpcio::RpcContext [] [src]

pub struct RpcContext<'a> { /* fields omitted */ }

A context for rpc handling.

Methods

impl<'a> RpcContext<'a>
[src]

[src]

[src]

[src]

[src]

Spawn the future into current grpc poll thread.

This can reduce a lot of context switching, but please make sure there is no heavy work in the future.