[][src]Module ttrpc::asynchronous

This is supported on crate feature async only.

Server and client in async mode (alias r#async).

Modules

clientasync
serverasync
streamasync
utilsasync

Structs

Clientasync

A ttrpc Client (async).

Serverasync

A ttrpc Server (async).

TtrpcContextasync

The context of ttrpc (async).

Traits

MethodHandlerasync

Trait that implements handler which is a proxy to the desired method (async).

Functions

convert_response_to_bufasync