spawner 0.3.0

Tiny wrapper for `thread::spawn` which optionally auto-joins threads on drop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[features]
nightly = []

[package]
authors = ["Alex Burka <aburka@seas.upenn.edu>"]
description = "Tiny wrapper for `thread::spawn` which optionally auto-joins threads on drop"
homepage = "https://github.com/durka/spawner.rs"
keywords = ["thread", "spawn", "join", "drop", "scoped"]
license = "MIT"
name = "spawner"
readme = "README.md"
repository = "https://github.com/durka/spawner.rs"
version = "0.3.0"