Skip to content
  • Rémi Denis-Courmont's avatar
    POSIX: use pthread-based timers · 675700d1
    Rémi Denis-Courmont authored
    This is inefficient. It could be optimized a lot with
    epoll/timerfd on Linux and kqueue/kevent on BSD. Unfortunately, the
    POSIX timer API is impossible to use in a thread-safe manner, other
    than with signals.
    675700d1