Skip to content

Commit

Permalink
Merge pull request #933 from async-rs/remove-old-channel
Browse files Browse the repository at this point in the history
remove deprecated sync::channel
  • Loading branch information
dignifiedquire authored Jan 15, 2021
2 parents 684ab18 + 8c52387 commit b1b8355
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1,122 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

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

## Removed

- Removed deprecated `sync::channel`

# [1.8.0] - 2020-12-04

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.
Expand Down
Loading

0 comments on commit b1b8355

Please sign in to comment.