v0.1.11
Fixed: - Handle the `UNPARKING` state correctly in `Receiver::drop()`. Fixes a panic that could occur if a `Receiver` had been first polled as a future and then was being dropped in parallel with the `Sender` sending a message.
Fixed: - Handle the `UNPARKING` state correctly in `Receiver::drop()`. Fixes a panic that could occur if a `Receiver` had been first polled as a future and then was being dropped in parallel with the `Sender` sending a message.