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
# Spawner

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