nederlandskie/src
Aleksei Voronov 93c4979c71 Keep subscription state in order to not lose messages
This isn't a good way to do it though, because opreations processor is only called for each operation,
so we end up not updating the cursor as often as we realistically should be.

I'll refactor this slightly later
2023-09-21 12:33:17 +02:00
..
algos Use Arcs to pass stuff around to avoid dealing with lifetimes 2023-09-21 10:36:47 +02:00
processes Keep subscription state in order to not lose messages 2023-09-21 12:33:17 +02:00
services Keep subscription state in order to not lose messages 2023-09-21 12:33:17 +02:00
algos.rs Use Arcs to pass stuff around to avoid dealing with lifetimes 2023-09-21 10:36:47 +02:00
config.rs Use Arcs to pass stuff around to avoid dealing with lifetimes 2023-09-21 10:36:47 +02:00
main.rs Keep subscription state in order to not lose messages 2023-09-21 12:33:17 +02:00
processes.rs Convert into more modern Rust module structure 2023-09-16 17:21:18 +02:00
services.rs Refactor things 2023-09-16 21:07:00 +02:00