File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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
99
1010# [ 1.0.1] - 2019-11-12
1111
12+ [ API Documentation] ( https://docs.rs/async-std/1.0.1/async-std )
13+
1214We were seeing a regression in our fs performance, caused by too many
1315long-running tasks. This patch fixes that regression by being more proactive
1416about closing down idle threads.
1517
1618## Changes
1719
18- - Improved thread startup/shutdown algorithm in spawn_blocking.
20+ - Improved thread startup/shutdown algorithm in ` task:: spawn_blocking` .
1921- Fixed a typo in the tutorial.
2022
2123# [ 1.0.0] - 2019-11-11
@@ -441,7 +443,7 @@ task::blocking(async {
441443- Initial beta release
442444
443445[ 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
445447[ 1.0.0 ] : https://github.com/async-rs/async-std/compare/v0.99.12...v1.0.0
446448[ 0.99.12 ] : https://github.com/async-rs/async-std/compare/v0.99.11...v0.99.12
447449[ 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