spawner 0.3.2

Tiny wrapper for `thread::spawn` which optionally auto-joins threads on drop
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 5.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • durka/spawner.rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • durka

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