File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
9
9
10
10
# [ 1.0.1] - 2019-11-12
11
11
12
+ [ API Documentation] ( https://docs.rs/async-std/1.0.1/async-std )
13
+
12
14
We were seeing a regression in our fs performance, caused by too many
13
15
long-running tasks. This patch fixes that regression by being more proactive
14
16
about closing down idle threads.
15
17
16
18
## Changes
17
19
18
- - Improved thread startup/shutdown algorithm in spawn_blocking.
20
+ - Improved thread startup/shutdown algorithm in ` task:: spawn_blocking` .
19
21
- Fixed a typo in the tutorial.
20
22
21
23
# [ 1.0.0] - 2019-11-11
@@ -441,7 +443,7 @@ task::blocking(async {
441
443
- Initial beta release
442
444
443
445
[ Unreleased ] : https://github.com/async-rs/async-std/compare/v1.0.1...HEAD
444
- [ 1.0.0 ] : https://github.com/async-rs/async-std/compare/v1.0.0...v1.0.1
446
+ [ 1.0.1 ] : https://github.com/async-rs/async-std/compare/v1.0.0...v1.0.1
445
447
[ 1.0.0 ] : https://github.com/async-rs/async-std/compare/v0.99.12...v1.0.0
446
448
[ 0.99.12 ] : https://github.com/async-rs/async-std/compare/v0.99.11...v0.99.12
447
449
[ 0.99.11 ] : https://github.com/async-rs/async-std/compare/v0.99.10...v0.99.11
You can’t perform that action at this time.
0 commit comments