zenoh
zenoh copied to clipboard
`Query.reply()` should return a `ZFuture`
Query.try_reply()
and Query.reply_async()
should be removed.
Query.reply()
should return a ReplyBuilder
which implements ZFuture
and so provide .await
, .wait()
and .poll()
59d6b90306c377982e45c2941b935a5efddf436a has been merged into api-changes branch. This issue will need to be closed manually once api-changes is merged into master.
Merged into master.