zookeeper-cpp
ZooKeeper Client for C++
|
Static Public Member Functions | |
static void | deliver_raw (int rc_in, ptr< const struct String_vector > strings_in, ptr< const struct Stat > stat_in, ptr< const void > prom_in) noexcept |
Additional Inherited Members | |
Public Member Functions inherited from zk::connection_zk::basic_watcher< watch_children_result > | |
future< watch_children_result > | get_data_future () |
virtual void | deliver_event (event ev) override |
void | deliver_data (optional< watch_children_result > data, std::exception_ptr ex_ptr) |
Public Member Functions inherited from zk::connection_zk::watcher | |
future< event > | get_event_future () |
Protected Attributes inherited from zk::connection_zk::watcher | |
std::atomic< bool > | _event_delivered |
promise< event > | _event_promise |
Definition at line 462 of file connection_zk.cpp.