oxen-mq/lokimq
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
..
address.cpp Move address << operator implementation out of header 2020-05-19 22:55:57 -03:00
address.h Move address << operator implementation out of header 2020-05-19 22:55:57 -03:00
auth.cpp Require C++17 2020-05-12 15:33:59 -03:00
auth.h Provide caller Access in Message 2020-04-23 21:52:39 -03:00
base32z.h Add missing <string> headers for libc++ 2020-05-15 01:32:29 -03:00
base64.h Add missing <string> headers for libc++ 2020-05-15 01:32:29 -03:00
batch.h Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00
bt_serialize.cpp C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
bt_serialize.h C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
bt_value.h Add missing files 2020-05-15 00:28:34 -03:00
connections.cpp Require C++17 2020-05-12 15:33:59 -03:00
connections.h C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
hex.h Add missing <string> headers for libc++ 2020-05-15 01:32:29 -03:00
jobs.cpp Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00
lokimq-internal.h Require C++17 2020-05-12 15:33:59 -03:00
lokimq.cpp Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00
lokimq.h Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00
message.h Require C++17 2020-05-12 15:33:59 -03:00
proxy.cpp Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00
string_view.h Require C++17 2020-05-12 15:33:59 -03:00
version.h.in Add version to cmake, generate version header 2020-03-13 14:28:05 -03:00
worker.cpp Tagged threads for jobs, batches, and timers 2020-06-07 21:28:53 -03:00