Without creating unnecessary complexity, is there a more efficient solution than a DBC for keeping state between concurrent write/reads to/from queue? (a database such as mariadb does a great job at handling concurrent connections to we offloaded the job to it)
some things that have been tried;
https://doc.rust-lang.org/book/ch16-03-shared-state.html
https://rust-lang.github.io/async-fundamentals-initiative/roadmap/async_closures.html
Without creating unnecessary complexity, is there a more efficient solution than a DBC for keeping state between concurrent write/reads to/from queue? (a database such as mariadb does a great job at handling concurrent connections to we offloaded the job to it)
some things that have been tried;
https://doc.rust-lang.org/book/ch16-03-shared-state.html
https://rust-lang.github.io/async-fundamentals-initiative/roadmap/async_closures.html