oxen-mq/tests
Jason Rhinelander 29380922bf Tagged threads for jobs, batches, and timers
This adds to ability to have lokimq manage specific threads to which
jobs (individual, batch jobs, batch completions, or timers) can be
directed to.  This allows dedicating a thread to some slow or
thread-unsafe action where you can dump jobs to the tagged thread as
a method of lockless job queuing.
2020-06-07 21:28:53 -03:00
..
Catch2@b3b07215d1 Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
CMakeLists.txt Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00
common.h 1.1.0: invocation-time SN auth; failure responses 2020-04-12 19:57:19 -03:00
main.cpp Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
test_address.cpp Add address parsing/generating class 2020-05-08 21:42:16 -03:00
test_batch.cpp Add more locks around assertions 2020-03-21 12:56:13 -03:00
test_bt.cpp Add missing files 2020-05-15 00:28:34 -03:00
test_commands.cpp Fix test segfault under clang 2020-05-15 01:27:28 -03:00
test_connect.cpp Fix sodium linking and call sodium_init() 2020-05-15 01:33:02 -03:00
test_encoding.cpp Add it pair versions of {to,from}_{hex,base32z,base64} 2020-05-13 14:47:01 -03:00
test_failures.cpp Silence c++17 warnings from cppzmq 2020-05-12 15:47:22 -03:00
test_requests.cpp Tweak test timeout 2020-05-19 22:56:12 -03:00
test_tagged_threads.cpp Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00