oxen-mq/tests
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
..
Catch2@b3b07215d1 Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
CMakeLists.txt Add request/reply abstraction 2020-02-11 02:30:07 -04:00
main.cpp Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
test_batch.cpp Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
test_commands.cpp Add request/reply abstraction 2020-02-11 02:30:07 -04:00
test_requests.cpp Add request/reply abstraction 2020-02-11 02:30:07 -04:00