serai/message-queue/src
Luke Parker 13a8b0afc1
Add panic-handlers which exit on any panic
By default, tokio-spawned worker panics will only kill the task, not the
program. Due to our extensive use of panicking on invariants, we should ensure
the program exits.
2023-08-13 04:30:49 -04:00
..
client.rs Test the processor's batch signing 2023-07-25 18:09:23 -04:00
lib.rs Integrate coordinator with MessageQueue and RocksDB 2023-07-18 01:53:51 -04:00
main.rs Add panic-handlers which exit on any panic 2023-08-13 04:30:49 -04:00
messages.rs Add ack signatures 2023-07-17 17:40:34 -04:00
queue.rs Add a Docker-based test for the message-queue service 2023-07-20 18:53:11 -04:00