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-08 12:19:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4949793c3fbb9f0ec6b384c70b7990c08dd3e453
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