remove one notify_unless call (#9)

* remove one notify_unless call

* update comments

* Update src/join_handle.rs

Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
1 file changed
tree: bbb3b5187f9e675b0d0d5a7a33f14e873df37227
  1. benches/
  2. examples/
  3. src/
  4. tests/
  5. .gitignore
  6. .travis.yml
  7. Cargo.toml
  8. CHANGELOG.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. README.md
README.md

Installation

With cargo add installed run:

$ cargo add async-task

Safety

This crate makes use of carefully checked unsafe blocks to construct an efficient timer implementation.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License