Is there any plan to stablize `std::sync::mpsc::Receiver::recv_deadline()`

Hi there, now that crossbeam-channel has been merged into std::sync::mspc and std::sync::mpsc::Receiver::recv_deadline() has been merged for 4 years, is there any plan to stablize std::sync::mpsc::Receiver::recv_deadline()?

I think stabilization should wait at least for a bit because the channel implementation was entirely replaced with crossbeam-channel. After such a big change in internals I think it is best to wait with changing the interface in case new issues show up to avoid paining ourselves into a corner.

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.