thread_spawn 0.4.0

A plugin for authoring functions that spawn threads.
Documentation
1
2
3
4
5
6
7
language: rust
rust: nightly
sudo: false

script:
 - cargo build
 - cargo test