alphatwirl.loop.EventLoopRunner

class alphatwirl.loop.EventLoopRunner[source]

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

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
begin()
end()
poll()
receive()
receive_one()
run(eventLoop)
run_multiple(eventLoops)