Skip to content

Commit 744830b

Browse files
committed
Update the state of the project
1 parent 01b4d3a commit 744830b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Future
2626
- [x] future::map_ok
2727
- [x] future::or_else
2828
- [ ] future::poll_fn
29+
- [x] future::ready
2930
- [x] future::then
3031
- [ ] future::unwrap_or_else
3132

@@ -35,13 +36,14 @@ Stream
3536
- [ ] stream::chunks
3637
- [x] stream::collect
3738
- [ ] stream::concat
38-
- [ ] stream::filter
39-
- [ ] stream::filter_map
39+
- [x] stream::filter
40+
- [x] stream::filter_map
4041
- [ ] stream::flatten
4142
- [ ] stream::fold
4243
- [ ] stream::for_each
4344
- [ ] stream::for_each_concurrent
4445
- [ ] stream::into_future
46+
- [ ] stream::iter
4547
- [x] stream::map
4648
- [x] stream::next
4749
- [ ] stream::skip

0 commit comments

Comments
 (0)