Re: [python-win32] async COM calls from python

2005-05-23 Thread Mark Hammond
> 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,

[python-win32] async COM calls from python

2005-05-21 Thread washort
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