spawner

Crates.iospawner
lib.rsspawner
version0.3.2
sourcesrc
created_at2015-08-12 21:56:00.39397
updated_at2017-01-20 19:53:48.185349
descriptionTiny wrapper for `thread::spawn` which optionally auto-joins threads on drop
homepagehttps://github.com/durka/spawner.rs
repositoryhttps://github.com/durka/spawner.rs
max_upload_size
id2825
size5,828
Alex Burka (durka)

documentation

README

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).

Commit count: 13

cargo fmt