https://github.com/endel/workers
Work in progress: simple job queue processing written in Rust
https://github.com/endel/workers
Last synced: about 1 year ago
JSON representation
Work in progress: simple job queue processing written in Rust
- Host: GitHub
- URL: https://github.com/endel/workers
- Owner: endel
- License: mit
- Created: 2015-09-05T14:18:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T13:01:33.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T06:21:16.625Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
workers
===
Background job processing for Rust.
I've started this project to learn Rust. Don't expect production-quality
software here. Although it might evolve for production use someday.
To run the example:
```bash
cargo run --example http
```
License
---
MIT