Subject: Re: [boost] [threads] Win32 Events on POSIX
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2015-02-15 03:19:17


On Sunday 15 February 2015 13:36:26 Tim Blechmann wrote:
> > I want to port win32 events on Posix using Boost. To avoid the re-invented
>
> > the wheel I use PEvents:
> https://github.com/boostorg/sync/
>
> functionally it should mostly be done, but it will need a bit of
> polishing and documentation (andrey will have a better overview on the
> state of the project, i haven't been able to spend much time on this
> project for some time)

You are mostly correct. I'll add that relative timed functions use realtime
clock now instead of monotonic.