Ron Blaschke <[EMAIL PROTECTED]> wrote: > # cb didnt run
Yep. Callbacks are all considered being asynchronous. That means: running callbacks need the event loop running, which isn't the case for Windows. These tests should be skipped on Win32 and moved to event.t or similar. Additionally it wouldn't harm if we could declare synchronous callbacks too. leo