Re: GLib Eventing

2006-08-24 Thread Paul Pogonyshev
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

GLib Eventing

2006-08-24 Thread Brian Clow
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