Skip to content

Commit c514f5c

Browse files
committed
Update the state of the project in README
1 parent b8ea7ff commit c514f5c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,26 @@ Future
3232

3333
Stream
3434

35-
- [ ] stream::chain
36-
- [ ] stream::chunks
35+
- [x] stream::chain
3736
- [x] stream::collect
3837
- [x] stream::concat
3938
- [x] stream::filter
4039
- [x] stream::filter_map
4140
- [x] stream::flatten
42-
- [ ] stream::fold
41+
- [x] stream::fold
4342
- [x] stream::for_each
44-
- [ ] stream::for_each_concurrent
4543
- [x] stream::into_future
4644
- [x] stream::iter
4745
- [x] stream::map
4846
- [x] stream::next
4947
- [x] stream::repeat
50-
- [ ] stream::skip
51-
- [ ] stream::skip_while
48+
- [x] stream::skip
49+
- [x] stream::skip_while
5250
- [x] stream::take
53-
- [ ] stream::take_while
54-
- [ ] stream::then
51+
- [x] stream::take_while
52+
- [x] stream::then
5553
- [ ] stream::unfold
56-
- [ ] stream::zip
54+
- [x] stream::zip
5755

5856

5957
# Why

0 commit comments

Comments
 (0)