async-events 0.1.1

Waiting for external task completion in asynchronous Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog


## 0.1.1


* Implement `Default` for `AsyncEvent`.
* Slightly improved documentation.

## 0.1.0


Initial release