managed-thread

Crates.iomanaged-thread
lib.rsmanaged-thread
version0.0.3
sourcesrc
created_at2020-01-24 02:26:32.935003
updated_at2020-11-16 13:16:16.445383
descriptionReal fearless concurrency! Spawn threads that will be automatically destroyed when no longer needed
homepage
repositoryhttps://github.com/leonmatthes/managed-thread
max_upload_size
id201419
size9,729
Leon Matthes (LeonMatthes)

documentation

README

managed-thread

crates.io

A rust library, allowing you to spawn threads that will be automatically destroyed when no longer needed

Installation

Add this to your Cargo.toml:

[dependencies]
managed-thread="0.0.1"
Commit count: 12

cargo fmt