[](https://travis-ci.org/durka/spawner.rs)
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).