Add waker_fn (#18)

* Add waker_fn

* Add a waker_fn test

* Double sleep times

* More benches

* Prohibit recursive block_on calls

* Reformat code
13 files changed
tree: 1e25bbafac8c1104d7461fbb3d97092f5c145deb
  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

Contributing

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

License