etcd-cpp-apiv3/etcd
Tao He 6019dead4c Add a sync variant of lock on async client.
Resolves #139.

Lock is special, as it may cause the thread resources (in the pplx
thread pool) to be exhausted.

Signed-off-by: Tao He <sighingnow@gmail.com>
2022-09-20 20:48:11 +08:00
..
v3 Enable grpc timeout support in keepalive's refresh. 2022-05-24 00:20:55 +08:00
Client.hpp Add a sync variant of lock on async client. 2022-09-20 20:48:11 +08:00
KeepAlive.hpp Add more variants for etcd::Watcher's constructor. (#144) 2022-07-19 20:42:44 +08:00
Response.hpp Implements the timeout feature to the etcd client. 2022-05-22 22:57:38 +08:00
SyncClient.hpp Add more variants for etcd::Watcher's constructor. (#144) 2022-07-19 20:42:44 +08:00
Value.hpp Refactor the implementation of sync-client and async-client. 2022-05-22 21:42:06 +08:00
Watcher.hpp Add more variants for etcd::Watcher's constructor. (#144) 2022-07-19 20:42:44 +08:00