zenoh-cpp icon indicating copy to clipboard operation
zenoh-cpp copied to clipboard

add variants of functions ‘get’, ‘scout’ which waits for result. [enhancement]

Open milyin opened this issue 3 years ago • 0 comments

Consider adding variants of functions ‘get’, ‘scout’ which waits for result. See example https://github.com/ZettaScaleLabs/zenoh-cpp/blob/main/examples/cpp/z_get.cpp - currently it have to wait using mutex and this is really too verbose

milyin avatar Jan 20 '23 10:01 milyin