File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,15 @@ assert_eq!(r.recv().await, Some(2));
40
40
```
41
41
42
42
## Added
43
+ - Added ` Future::delay ` as "unstable"
44
+ - Added ` Stream::flat_map ` as "unstable"
45
+ - Added ` Stream::flatten ` as "unstable"
46
+ - Added ` Stream::product ` as "unstable"
47
+ - Added ` Stream::sum ` as "unstable"
48
+ - Added ` Stream::timeout ` as "unstable"
43
49
- Added ` sync::channel ` as "unstable".
44
50
- Added doc links from instantiated structs to the methods that create them.
45
51
- Implemented ` Extend ` + ` FromStream ` for ` PathBuf ` .
46
- - Added ` Stream::sum ` as "unstable"
47
- - Added ` Stream::product ` as "unstable"
48
- - Added ` Stream::timeout ` as "unstable"
49
52
50
53
## Changed
51
54
- Fixed an issue with ` block_on ` so it works even when nested.
You can’t perform that action at this time.
0 commit comments