> I'm trying to integrate a Python event loop (specifically,
> Twisted's reactor) into a COM in-process server. I've
> discovered CoWaitForMultipleHandles and it seems like it
> might be part of such a solution.
Sadly that is missing from the current pythoncom. However,
WaitForMultipleObjects is,
I'm trying to integrate a Python event loop (specifically, Twisted's reactor)
into a COM in-process server. I've discovered CoWaitForMultipleHandles and it
seems like it might be part of such a solution. Also, I notice that
ICallFactory::CreateCall allows for calling a COM method and not waiting