Benjamin Barenblat

Results 5 comments of Benjamin Barenblat

@cinemast, are you still interested in packaging this? I use this enough that I'd like to have it in Debian. I'm happy to package it myself if you're no longer...

This is now https://bugs.debian.org/880570.

Apple OSes do appear to support passing an absolute time to `pthread_cond_timedwait`, but looking at their libpthread, the absolute time gets converted into a relative time before it gets passed...

This is true. However, both libstdc++ and libc++ implement `sleep_until` int terms of `sleep_for`: They compute the amount of time from now until the requested time point and then sleep...

Debian has seen this too; it’s [bug 1018804](https://bugs.debian.org/1018804) there.