We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d5889 commit 1e4be63Copy full SHA for 1e4be63
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 0.7.1
2
+
3
+- Add a `poll_recv()` method to the `Receiver` type. This allows for `Receiver`
4
+ to be used in `poll`-based contexts. (#56)
5
6
# Version 0.7.0
7
8
- **Breaking:** `Recv` and `Send` are now `!Unpin` to allow for future optimizations.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-broadcast"
-version = "0.7.0"
+version = "0.7.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/smol-rs/async-broadcast"
documentation = "https://docs.rs/async-broadcast"
0 commit comments