waitgroup 0.1.2

Async waitgroup for a collection of task to finish
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
rust:
  - stable
sudo: false
cache: cargo

before_script:
- rustup component add rustfmt
script:
  - cargo fmt --all -- --check
  - bash ./.travis.build.sh