File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ assert_eq!(r.recv().await, Some(2));
43
43
- Added ` sync::channel ` as "unstable".
44
44
- Added doc links from instantiated structs to the methods that create them.
45
45
- Implemented ` Extend ` + ` FromStream ` for ` PathBuf ` .
46
+ - Added ` Stream::sum ` as "unstable"
47
+ - Added ` Stream::product ` as "unstable"
48
+ - Added ` Stream::timeout ` as "unstable"
46
49
47
50
## Changed
48
51
- Fixed an issue with ` block_on ` so it works even when nested.
@@ -51,6 +54,7 @@ assert_eq!(r.recv().await, Some(2));
51
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
54
58
55
59
## Removed
56
60
Nothing was removed in this release.
You can’t perform that action at this time.
0 commit comments