This repository was archived by the owner on May 22, 2026. It is now read-only.
Changelog
v0.15.0
Added
- [#245]: Make sock_ctrl_msg support non-linux unix platforms.
- [#244]:
- Impl
IntoRawFdforlinux::eventfd::EventFd. - Use
File::try_cloneto replace the original implementation ofEventFd::try_clone.
Some flags can now be propagated, likeCLOEXEC. - Add
EventNotifierandEventConsumeras a generic event notification
- Impl