[Question] Why doesn't oneshot::Receiver
implement FusedFuture
?
#2298
Labels
A-channel
Area: futures::channel
If a receiver can only receive once, then shouldn't it implement
FusedFuture
? I just tried selecting on a receiver using theselect!
macro, and it wouldn't let me do it since it doesn't implement that trait.The text was updated successfully, but these errors were encountered: