[go: up one dir, main page]

tower-timeout 0.3.0-alpha.2

Apply a timeout to requests, ensuring completion within a fixed time duration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 0.3.0-alpha.2 (September 30, 2019)

- Move to `futures-*-preview 0.3.0-alpha.19`
- Move to `pin-project 0.4`

# 0.3.0-alpha.1 (September 11, 2019)

- Move to `std::future`

# 0.1.1 (July 30th, 2019)

- Add `Elapsed::new`

# 0.1.0 (April 26, 2019)

- Initial release