etcd-cpp-apiv3/src
Tao He 39be27e021
Add a sync variant of lock on async client. (#163)
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 21:20:58 +08:00
..
v3 Enable grpc timeout support in keepalive's refresh. 2022-05-24 00:20:55 +08:00
CMakeLists.txt Limit C++ flags to this library itself. 2022-09-20 20:11:10 +08:00
Client.cpp Add a sync variant of lock on async client. (#163) 2022-09-20 21:20:58 +08:00
KeepAlive.cpp Add more variants for etcd::Watcher's constructor. (#144) 2022-07-19 20:42:44 +08:00
Response.cpp Implements the timeout feature to the etcd client. 2022-05-22 22:57:38 +08:00
SyncClient.cpp Define "NOMINMAX" to ensure `<limits>` works. 2022-08-17 11:34:28 +08:00
Value.cpp Expose key version in etcd::Value (#97) 2021-10-27 12:49:34 +08:00
Watcher.cpp Add more variants for etcd::Watcher's constructor. (#144) 2022-07-19 20:42:44 +08:00