tokio-test 0.4.0

Testing utilities for Tokio- and futures-based code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 0.4.0 (December 23, 2020)

- Track `tokio` 1.0 release.

# 0.3.0 (October 15, 2020)

- Track `tokio` 0.3 release.

# 0.2.1 (April 17, 2020)

- Add `Future` and `Stream` implementations for `task::Spawn<T>`.

# 0.2.0 (November 25, 2019)

- Initial release