oxen-mq/lokimq
Jason Rhinelander f18f86cf96 Allow optional and incoming to take a bool
This makes it much more convenience to use them with a run-time
condition; this simplifies:

    if (should_be_optional)
        lmq.send(..., send_option::optional{});
    else
        lmq.send(...);

to:

    lmq.send(..., send_option::optional{should_be_optional});
2020-03-02 14:24: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 Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00
bt_serialize.h Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00
hex.h Initial LokiMQ release 2020-02-02 22:39:26 -04:00
lokimq.cpp Fix invalid access in peer address debug message 2020-03-01 15:21:09 -04:00
lokimq.h Allow optional and incoming to take a bool 2020-03-02 14:24:07 -04:00
string_view.h Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00