Files
Nim/lib
Elie Zedeck 1845e05a34 Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.
A concrete example is pipe file descriptors: they generate EPOLLHUP instead of a EPOLLIN (then 0 bytes read). The loop will run wild if this event is not handled.
2015-01-21 18:15:38 +03:00
..
2015-01-18 16:04:02 +01:00
2014-10-05 03:06:19 +02:00
2015-01-11 01:04:20 +01:00
2013-03-16 23:53:07 +01:00
2015-01-06 15:26:33 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00
2015-01-18 15:21:59 +01:00