Skip to content

Commit

Permalink
Add badges to README.
Browse files Browse the repository at this point in the history
Crates.io, docs.rs, license.
  • Loading branch information
vincentdephily committed Feb 2, 2018
1 parent 1298b86 commit 3707ac7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ThreadGroup

[![crates.io](https://img.shields.io/crates/v/threadgroup.svg)](https://crates.io/crates/threadgroup)
[![docs.rs](https://docs.rs/threadgroup/badge.svg)](https://docs.rs/threadgroup)
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vincentdephily/threadgroup/blob/master/LICENSE.txt)

This crate handles a group of threads (whose closures have the same return type) as one unit,
letting you `join()` or `join_timeout()` on the first thread of the group that is ready. Internally,
it uses a channel to notify about finished threads.
Expand Down

0 comments on commit 3707ac7

Please sign in to comment.