You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1966: Added `mq_timedreceive` to `::nix::mqueue`. r=asomers a=DavidCollard
Noticed when working on a project that `mq_timedreceive` is missing from the `mqueue` module.
Not entirely familiar with best practices around feature gating in tests - I feel like I might have messed up by not including a `#[cfg(feature = "time")]`. Would like a little guidance there.
Co-authored-by: David Collard <davidcollardprofessional@gmail.com>
0 commit comments