Open lucasfernog opened 4 years ago
What about changing the signature like so
pub fn wait_for_message(&mut self, timeout: Option<std::time::Duration>) -> Result<(), Error> {
and then just passing that along to the crossbeam::channel::Receiver?
crossbeam::channel::Receiver
BTW: I'd really like to have this functionality -- is this crate still being actively maintained?
What about changing the signature like so
and then just passing that along to the
crossbeam::channel::Receiver
?BTW: I'd really like to have this functionality -- is this crate still being actively maintained?