On Mon, May 24, 2004 at 05:10:29PM +0200, Martin Bähr wrote:
it has two phases which allow you to choose wether the callback is run before or after the event happens.
Huh? How is this possible? How do you know _which_ event happens to call callback _before_ it happens?
Of course there are some events (like scheduled on specific time) which are predictable, but there are also a lot of events (like user inputs, async I/O etc) which simply cannot be predicted...
Regards, /Al