spawner 0.3.1

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
14
[package]
name = "spawner"
version = "0.3.1"
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"
repository = "https://github.com/durka/spawner.rs"
readme = "README.md"
license = "MIT"
keywords = ["thread", "spawn", "join", "drop", "scoped"]

[features]
nightly = []