oxen-mq/lokimq
Jason Rhinelander ccfb6d080b Add request/reply abstraction
This allows making RPC requests with a callback that gets called when
the response comes back.  The is essentially a wrapper around doing it
yourself (i.e. by setting up a server-side "request" and client-side
"reply" command where "request" responds with a "reply" command), but
abstracted into lokimq itself as it is likely to be very useful when
integrating client/server connections rather than peer-to-peer
connections.
2020-02-11 02:30:07 -04:00
..
batch.h Add ability to run a batch completion job in the proxy thread 2020-02-11 02:17:12 -04:00
bt_serialize.cpp Improve on-the-fly bt deserialization interface 2020-02-11 02:18:14 -04:00
bt_serialize.h Improve on-the-fly bt deserialization interface 2020-02-11 02:18:14 -04:00
hex.h Initial LokiMQ release 2020-02-02 22:39:26 -04:00
lokimq.cpp Add request/reply abstraction 2020-02-11 02:30:07 -04:00
lokimq.h Add request/reply abstraction 2020-02-11 02:30:07 -04:00
string_view.h Initial LokiMQ release 2020-02-02 22:39:26 -04:00