spawner 0.3.2

Tiny wrapper for `thread::spawn` which optionally auto-joins threads on drop
Documentation

Spawner

Travis CI

A tiny crate providing a wrapper for thread::spawn that can optionally auto-join threads when it goes out of scoped.

It's the less useful half of thread::scoped (the more useful half being support for non-move closures).