alphatwirl.loop.EventLoopRunner

class alphatwirl.loop.EventLoopRunner(progressMonitor=None)[source]

This class runs instances of EventLoop and keeps the results. It will return the results when end() is called.

__init__(progressMonitor=None)[source]

Methods

__init__([progressMonitor])
begin()
end()
run(eventLoop)
run_multiple(eventLoops)