https://github.com/murilobsd/thread-pool
Simple example of thread pool in Rust language
https://github.com/murilobsd/thread-pool
Last synced: 7 months ago
JSON representation
Simple example of thread pool in Rust language
- Host: GitHub
- URL: https://github.com/murilobsd/thread-pool
- Owner: murilobsd
- License: isc
- Created: 2024-01-25T21:25:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T01:36:50.000Z (over 2 years ago)
- Last Synced: 2024-12-28T17:16:22.965Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thread pool
Simple example of thread pool in Rust language