Crates.io | spawner |
lib.rs | spawner |
version | 0.3.2 |
source | src |
created_at | 2015-08-12 21:56:00.39397 |
updated_at | 2017-01-20 19:53:48.185349 |
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 |
max_upload_size | |
id | 2825 |
size | 5,828 |
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).