Crates.io | managed-thread |
lib.rs | managed-thread |
version | 0.0.3 |
source | src |
created_at | 2020-01-24 02:26:32.935003 |
updated_at | 2020-11-16 13:16:16.445383 |
description | Real fearless concurrency! Spawn threads that will be automatically destroyed when no longer needed |
homepage | |
repository | https://github.com/leonmatthes/managed-thread |
max_upload_size | |
id | 201419 |
size | 9,729 |
A rust library, allowing you to spawn threads that will be automatically destroyed when no longer needed
Add this to your Cargo.toml:
[dependencies]
managed-thread="0.0.1"