Brian Clow wrote:
> I'm developing a cross platform application using Glib to provide
> portability. I've made heavy use of Windows events (i.e. CreateEvent)
> in the past - they allow a thread to sleep indefinitely until one of a
> group of events is signaled by another thread. What the best way
I'm developing a cross platform application using Glib to provide
portability. I've made heavy use of Windows events (i.e. CreateEvent)
in the past - they allow a thread to sleep indefinitely until one of a
group of events is signaled by another thread. What the best way to do
something similar u