[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutines - avoid the busy wait
- From: Olivier Galibert <galibert@...>
- Date: Wed, 26 Dec 2007 15:42:10 +0100
On Tue, Dec 25, 2007 at 02:56:15AM +0100, Mildred wrote:
> Well, you may be right, but I would like as much as possible to avoid
> it because I may need in the future to wait for others events (like
> dBus events) where you can't get a socket to give it to COPAS (or I
> missed something, dBus is supposed to run on many platforms,
> including Windows, and I don't think this would work on Windows).
dbus_watch_get_socket on windows, dbus_watch_get_unix_fd on unix.
OG.