containerd / ttrpc-rust

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

Change apis about server restart #64

Closed Tim-Zhang closed 4 years ago

Tim-Zhang commented 4 years ago

start_listener() -> start_listen() shutdown_listen() -> stop_listen() shutdown_connection() -> disconnect()

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