containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Add async support #35

Closed Tim-Zhang closed 4 years ago

Tim-Zhang commented 4 years ago

Add supports for async/.await.

By using async/.await you can reduce the overhead and resource consumption caused by threads.

Signed-off-by: Tim Zhang tim@hyper.sh