On 5 Jul, 08:35 pm, kebi...@gmail.com wrote:
calling reactor.callLater within qt4reactor in an attempt to async non
webkit work but not seeing expected behavior. Webkit locks while the
callLater function executes.
`callLater` does not make a blocking function into a non-blocking one.
It just
calling reactor.callLater within qt4reactor in an attempt to async non
webkit work but not seeing expected behavior. Webkit locks while the
callLater function executes.
Any insight appreciated.
Should I move real work into separate reactor and "broker" calls into
qt4reactor/webkit. I have xmlrp