Hello,
Thanks for your work on this crate.
I find recv_deadline on a channel a bit ambiguous when we pass an Instant that is in the past. This behavior isn't documented and, in my first intuition was: it will not even try to recv as the deadline is already pass. After a test it shows me that even if the deadline is in the past but there is already a message in the channel he will be received.
Do you think the behavior should change or is it possible to document it ?
Hello,
Thanks for your work on this crate.
I find
recv_deadlineon a channel a bit ambiguous when we pass anInstantthat is in the past. This behavior isn't documented and, in my first intuition was: it will not even try torecvas the deadline is already pass. After a test it shows me that even if the deadline is in the past but there is already a message in the channel he will be received.Do you think the behavior should change or is it possible to document it ?