summary refs log tree commit diff
path: root/sys_util/src/eventfd.rs
Commit message (Expand)AuthorAge
* sys_util: add ScopedEvent to trigger and EventFd on DropZach Reizner2020-02-01
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* sys_util: add debug to eventfdJingkui Wang2018-12-25
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: remove deprecated Poller/Pollable interfaceZach Reizner2018-04-06
* sys_util: implement IntoRawFd for EventFdZach Reizner2018-02-06
* sys_util: implement FromRawFd for EventFdZach Reizner2018-01-10
* src_util: add poll moduleZach Reizner2017-06-30
* sys_util: add eventfd moduleZach Reizner2017-05-08