aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/libev_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Timeouts are now global per event and not reseted by IO activityVsevolod Stakhov2022-01-061-1/+0
| | | | | | This actually reproduces old libevent behaviour and it was changed by a big design mistake. We really want IO timeouts to be fired for the whole set of subsequent events, otherwise it should be designed in a more configurable way...
* [Rework] Add C++ guards to all headersVsevolod Stakhov2019-07-081-2/+11
|
* [Project] Add small helpers for migration simplificationsVsevolod Stakhov2019-06-221-0/+78