mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add a message queue
This is intended to be a reliable transport between the processors and coordinator. Since it'll be intranet only, it's written as never fail. Primarily needs testing and a proper ID.
This commit is contained in:
2
message-queue/src/lib.rs
Normal file
2
message-queue/src/lib.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
mod messages;
|
||||
pub use messages::*;
|
||||
Reference in New Issue
Block a user