summary refs log tree commit diff
path: root/sys_util/src/poll.rs
Commit message (Expand)AuthorAge
* sys_util: EpollContext doc copy editsAlyssa Ross2020-04-10
* sys_util::PollToken: fix typo in documentationAlyssa Ross2020-02-11
* sys_util: poll: add iter_writable to set of methods for PollEventsZach Reizner2019-11-26
* sys_util: poll: add build_with and add_many helper functionsZach Reizner2019-07-24
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* sys_util: poll: Make clippy cleanDylan Reid2019-03-25
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* sys_util: refactor pollcontext to decouple events from epoll fd.Jingkui Wang2019-01-19
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: enable custom events in pollcontextJingkui Wang2018-08-06
* sys_util: handle EINTR return from epoll_waitZach Reizner2018-04-19
* sys_util: remove deprecated Poller/Pollable interfaceZach Reizner2018-04-06
* sys_util: add method for copying PollEventsZach Reizner2018-04-06
* sys_util: impl Pollable for FileZach Reizner2018-03-29
* sys_util: have Poller return token on POLLHUPZach Reizner2018-03-29
* sys_util: custom derive for PollTokenZach Reizner2018-03-07
* sys_util: add PollContext interface for using epollZach Reizner2018-03-07
* sys_util: fix issue in ppoll on 32-bit architecturesSonny Rao2018-03-02
* sys_util: fix handling EINTR of C system functionsDmitry Torokhov2018-03-01
* sys_util: add timeout support to PollerZach Reizner2018-01-25
* sys_util: add Pollable impls for UnixDatagram and UnixStreamZach Reizner2017-08-03
* src_util: add poll moduleZach Reizner2017-06-30