chiark / gitweb /
event: refuse operation if the caller tries to reuse an event loop after a fork()
[elogind.git] / src / systemd / sd-event.h
index 90fea4e17a23eeab0d8271e5072c741c3720dbab..8908c8454d2af14332d3ba6c71442b1bdde0a22b 100644 (file)
 
   - Supports event source priorisation
   - Scales better with a large number of time events, since it doesn't require one timerfd each
+  - Automatically tries to coalesce timer events system-wide
   - Handles signals and child PIDs
 
   TODO:
 
-  - Detect forks and return ECHILD
   - quit hooks
 */