Sourced from oneshot's changelog.
[0.1.10] - 2025-02-04
Added
- Add
is_closed
andhas_message
to theReceiver
. Allows polling for the channel state without modifying the channel or pulling the message from it.- Make the cargo features show up on docs.rs for better discoverability.
d36ef86
Bump version to 0.1.10 and add changelog headerdcd3525
Add feature indicators to docs.rs documentation5a73583
Add is_closed and has_message to the Receiver