async_progress 0.2.0

Create sync points across async tasks
Documentation
# async_progress - CHANGELOG


## [Unreleased]

  [Unreleased]: https://github.com/najamelan/async_executors/compare/0.1.0-alpha.1...dev



## [0.2.0] - 21-06-11

  [0.2.0]: https://github.com/najamelan/async_executors/compare/0.1.1...0.2.0

### Fixed
  - Remove external_doc for rustdoc 1.54.

### Updated
  - **BREAKING**: Update _pharos_ to version 0.5



## [0.1.1] - 2019-11-13

  [0.1.1]: https://github.com/najamelan/async_executors/compare/0.1.0...0.1.1

### Updated
  - Update to futures 0.3.1.



## 0.1.0 - 2019-10-07

- Initial release