This website requires JavaScript.
Explore
Help
Sign In
absolutebi
/
serai
Watch
1
Star
0
Fork
0
You've already forked serai
mirror of
https://github.com/serai-dex/serai.git
synced
2025-12-09 12:49:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7e4c59a0a381fda5926cbd0a554c26330ba7de11
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 08:53:46 -04:00
mod
messages
;
pub
use
messages
::
*
;
Integrate coordinator with MessageQueue and RocksDB Also resolves a couple TODOs.
2023-07-18 01:53:51 -04:00
pub
mod
client
;
Reference in New Issue
Copy Permalink