Skip to content

Commit b1b8355

Browse files
Merge pull request #933 from async-rs/remove-old-channel
remove deprecated sync::channel
2 parents 684ab18 + 8c52387 commit b1b8355

File tree

5 files changed

+30
-1122
lines changed

5 files changed

+30
-1122
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
1111

1212
- Add `tokio1` feature ([#924](https://github.com/async-rs/async-std/pull/924))
1313

14+
## Removed
15+
16+
- Removed deprecated `sync::channel`
17+
1418
# [1.8.0] - 2020-12-04
1519

1620
This patch introduces `async_std::channel`, a new submodule for our async channels implementation. `channels` have been one of async-std's most requested features, and have existed as "unstable" for the past year. We've been cautious about stabilizing channels, and this caution turned out to be warranted: we realized our channels could hang indefinitely under certain circumstances, and people ended up expressing a need for unbounded channels.

0 commit comments

Comments
 (0)