smol-rs/async-channel

Cancel safety for channels

GunnarMorrigan opened this issue · 1 comments

Hi,

I would like to know if the Recv future is cancel safe. Such that it could be used in a select! Macro.

I read the other issue about a select! and know that a select can create some annoying issues.

Thank you!

The futures in this crate are cancel safe. Let me know if you have any other questions.