We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d1fa9 commit b109302Copy full SHA for b109302
CHANGELOG.md
@@ -43,6 +43,9 @@ assert_eq!(r.recv().await, Some(2));
43
- Added `sync::channel` as "unstable".
44
- Added doc links from instantiated structs to the methods that create them.
45
- Implemented `Extend` + `FromStream` for `PathBuf`.
46
+- Added `Stream::sum` as "unstable"
47
+- Added `Stream::product` as "unstable"
48
+- Added `Stream::timeout` as "unstable"
49
50
## Changed
51
- Fixed an issue with `block_on` so it works even when nested.
@@ -51,6 +54,7 @@ assert_eq!(r.recv().await, Some(2));
54
- Updated the homepage link in `Cargo.toml` to point to [async.rs](https://async.rs).
52
55
- Updated the module-level documentation for `stream` and `sync`.
53
56
- Various typos and grammar fixes.
57
+- Removed redundant file flushes, improving the performance of `File` operations
58
59
## Removed
60
Nothing was removed in this release.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments