zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

`Query.reply()` should return a `ZFuture`

Open OlivierHecart opened this issue 2 years ago • 1 comments

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()

OlivierHecart avatar Apr 14 '22 09:04 OlivierHecart

59d6b90306c377982e45c2941b935a5efddf436a has been merged into api-changes branch. This issue will need to be closed manually once api-changes is merged into master.

Mallets avatar Apr 20 '22 08:04 Mallets

Merged into master.

Mallets avatar Sep 28 '22 09:09 Mallets