add example for async_client

This commit is contained in:
qicosmos
2019-03-08 21:47:21 +08:00
parent 86913027ba
commit 8260f68779
+2
View File
@@ -88,6 +88,8 @@ void test_async_client() {
async_client client("127.0.0.1", 9000);
client.connect();
client.call("hello", "world");
std::string str;
std::cin >> str;
}