Re: [AD] public thread API |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-08-08, Peter Hull <peterhull90@xxxxxxxxxx> wrote:
> I've never really understood condition variables (so apologies in
> advance!) but AFAIK there are no condition variables in the Windows
> API. Are you planning to implement them somehow?
Did it a few years ago :)
With a disclaimer: it turns out that condition variables are hard to
implement using Win32 thread primitives, and really hard if you want to
conform to all the details of the POSIX spec. So I didn't try to do *that*.
Peter