View Source Zenohex.Query (Zenohex v0.3.0)
Documentation for Elixir.Zenohex.Query.
Structs received by a Zenohex.Queryable.recv_timeout/1.
Summary
Types
Functions
Finish reply.
Warning
finish_reply/1must be called afterreply/2.
@spec reply(t(), Zenohex.Sample.t()) :: :ok | {:error, reason :: any()}
Sends a reply to this Query. User can call reply/2 multiple times to send multiple samples.
Warning
Do not forget to call
finish_reply/1to finish the reply.