tristanable/source/tristanable
Tristan B. Velloza Kildaire 02f8c8f102 New feature: On-receive queuing
In the case where this is enabled, via the Manager constructor's last boolean
argument, then any message with a tag that does no match any existing queue
will trigger the creation of a new queue with said tag, addition of said queue
to the manager and appending of the triggering message to said queue.
2022-05-26 12:34:37 +02:00
..
encoding.d Changed API 2021-09-08 20:50:22 +02:00
exceptions.d Added new exception for manager errors 2022-05-17 14:42:00 +02:00
manager.d New feature: On-receive queuing 2022-05-26 12:34:37 +02:00
package.d Added exceptions to package import path 2022-05-17 14:05:00 +02:00
queue.d Implemented invalidation 2022-05-17 14:42:29 +02:00
queueitem.d WIP: tristanable-ng 2020-09-29 11:57:25 +02:00
watcher.d Fixed compilation errors 2022-05-20 21:02:05 +02:00