An open API service indexing awesome lists of open source software.

https://github.com/compscidr/rust_web_thread_experiment

Playing with borrowing, moving and threads
https://github.com/compscidr/rust_web_thread_experiment

Last synced: about 6 hours ago
JSON representation

Playing with borrowing, moving and threads

Awesome Lists containing this project

README

          

# rust-web--thread-experiment
The main thing I want to accomplish with this repo is to have some type of queue which can have more items added to it
from the main thread (or any other thread), while the web server is able to serve the state of the queue (size,
contents, etc.)