This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
serai
Watch
1
Star
0
Fork
You've already forked serai
0
mirror of
https://github.com/serai-dex/serai.git
synced
2025-01-21 02:04:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
b79cf8abde
serai
/
message-queue
/
src
/
lib.rs
5 lines
52 B
Rust
Raw
Normal View
History
Unescape
Escape
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.
2023-07-01 12:53:46 +00:00
mod
messages
;
pub
use
messages
::
*
;
Integrate coordinator with MessageQueue and RocksDB Also resolves a couple TODOs.
2023-07-18 05:53:51 +00:00
pub
mod
client
;
Reference in a new issue
Copy permalink