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
- Host: GitHub
- URL: https://github.com/compscidr/rust_web_thread_experiment
- Owner: compscidr
- Created: 2022-08-21T15:44:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-11T12:59:05.000Z (about 2 months ago)
- Last Synced: 2026-04-11T14:26:20.094Z (about 2 months ago)
- Language: Rust
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.)